#CC7EC9

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

Shades of Orchid #CC7EC9

Tints of Orchid #CC7EC9

Color information

#CC7EC9 (or 0xCC7EC9) is unknown color: approx Orchid. HEX triplet: CC, 7E and C9. RGB value is (204,126,201). Sum of RGB (Red+Green+Blue) = 204+126+201=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7EC9 is #338136. Grayscale: #9D9D9D. Windows color (decimal): -3375415 or 13205196. OLE color: 13205196.

HSL color Cylindrical-coordinate representation of color #CC7EC9: hue angle of 302.31º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC7EC9 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB204126201-
CMYK00.380.010.2
HSL302.31º43.33%64.71%-
HSV(B)302.31º38.24%80%-
XYZ42.9131.9859.17-
YUV157.87152.34160.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 126 (49.61% from 255) = 23.73%
BLUE value IS 201 (78.91% from 255) = 37.85%
R=38.42%
G=23.73%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412620100.380.010.2302.3143.3364.71
HexCC7EC902611412e2b41
Octal31417631104612445653101
Binary1100110011111101100100101001101101001001011101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7EC9; }

 p { color: rgb(204,126,201); }

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

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

 a { background-color: rgb(204,126,201); }

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

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

 span { border-color: rgb(204,126,201); }

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