#C76ECC

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

Shades of Orchid #C76ECC

Tints of Orchid #C76ECC

Color information

#C76ECC (or 0xC76ECC) is unknown color: approx Orchid. HEX triplet: C7, 6E and CC. RGB value is (199,110,204). Sum of RGB (Red+Green+Blue) = 199+110+204=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #C76ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76ECC is #389133. Grayscale: #939393. Windows color (decimal): -3707188 or 13397703. OLE color: 13397703.

HSL color Cylindrical-coordinate representation of color #C76ECC: hue angle of 296.81º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C76ECC is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB199110204-
CMYK0.020.4600.2
HSL296.81º47.96%61.57%-
HSV(B)296.81º46.08%80%-
XYZ40.0327.6560.35-
YUV147.33159.99164.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.79%
GREEN value IS 110 (43.36% from 255) = 21.44%
BLUE value IS 204 (80.08% from 255) = 39.77%
R=38.79%
G=21.44%
B=39.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1991102040.020.4600.2296.8147.9661.57
HexC76ECC22E014129303e
Octal3071563142560244516076
Binary1100011111011101100110010101110010100100101001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76ECC; }

 p { color: rgb(199,110,204); }

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

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

 a { background-color: rgb(199,110,204); }

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

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

 span { border-color: rgb(199,110,204); }

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