#C76ECD

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

Shades of Orchid #C76ECD

Tints of Orchid #C76ECD

Color information

#C76ECD (or 0xC76ECD) is unknown color: approx Orchid. HEX triplet: C7, 6E and CD. RGB value is (199,110,205). Sum of RGB (Red+Green+Blue) = 199+110+205=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #C76ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76ECD is #389132. Grayscale: #939393. Windows color (decimal): -3707187 or 13463239. OLE color: 13463239.

HSL color Cylindrical-coordinate representation of color #C76ECD: hue angle of 296.21º degrees, saturation: 0.49, 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 #C76ECD is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199110205-
CMYK0.030.4600.20
HSL296.21º48.72%61.76%-
HSV(B)296.21º46.34%80.39%-
XYZ40.1527.760.99-
YUV147.44160.49164.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.72%
GREEN value IS 110 (43.36% from 255) = 21.40%
BLUE value IS 205 (80.47% from 255) = 39.88%
R=38.72%
G=21.40%
B=39.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991102050.030.4600.20296.2148.7261.76
HexC76ECD32E014128313e
Octal3071563153560244506176
Binary1100011111011101100110111101110010100100101000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76ECD; }

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

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

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

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

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

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

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

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