#C76BE8

Color #C76BE8 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C76BE8

Tints of Medium Orchid #C76BE8

Color information

#C76BE8 (or 0xC76BE8) is unknown color: approx Medium Orchid. HEX triplet: C7, 6B and E8. RGB value is (199,107,232). Sum of RGB (Red+Green+Blue) = 199+107+232=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 232 (91.02% from 255 or 43.12% from 538); Max value from RGB is 232 - color contains mainly: blue. Hex color #C76BE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76BE8 is #389417. Grayscale: #949494. Windows color (decimal): -3707928 or 15231943. OLE color: 15231943.

HSL color Cylindrical-coordinate representation of color #C76BE8: hue angle of 284.16º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C76BE8 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB199107232-
CMYK0.140.5400.09
HSL284.16º73.1%66.47%-
HSV(B)284.16º53.88%90.98%-
XYZ43.3828.4879.56-
YUV148.76174.98163.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 36.99%
GREEN value IS 107 (42.19% from 255) = 19.89%
BLUE value IS 232 (91.02% from 255) = 43.12%
R=36.99%
G=19.89%
B=43.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1991072320.140.5400.09284.1673.166.47
HexC76BE8E360911c4942
Octal3071533501666011434111102
Binary1100011111010111110100011101101100100110001110010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76BE8; }

 p { color: rgb(199,107,232); }

 H1.HeaderClassName
 {
   color: #C76BE8;
 }
 .AnyTagClassName
 {
   color: #C76BE8;
 }
</style>
background-color css

<style>
 a { background-color: #C76BE8; }

 a { background-color: rgb(199,107,232); }

 div.DivClassName
 {
   background-color: #C76BE8;
 }
 .BgClassName
 {
   background-color: #C76BE8;
 }
</style>
border-color css

<style>
 span { border-color: #C76BE8; }

 span { border-color: rgb(199,107,232); }

 td.TdClassName
 {
   border-color: #C76BE8;
 }
 .TagClassName
 {
   border-color: #C76BE8;
 }
</style>