#CC7EC6

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

Shades of Orchid #CC7EC6

Tints of Orchid #CC7EC6

Color information

#CC7EC6 (or 0xCC7EC6) is unknown color: approx Orchid. HEX triplet: CC, 7E and C6. RGB value is (204,126,198). Sum of RGB (Red+Green+Blue) = 204+126+198=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7EC6 is #338139. Grayscale: #9D9D9D. Windows color (decimal): -3375418 or 13008588. OLE color: 13008588.

HSL color Cylindrical-coordinate representation of color #CC7EC6: hue angle of 304.62º 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 #CC7EC6 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB204126198-
CMYK00.380.030.2
HSL304.62º43.33%64.71%-
HSV(B)304.62º38.24%80%-
XYZ42.5631.8457.33-
YUV157.53150.84161.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 126 (49.61% from 255) = 23.86%
BLUE value IS 198 (77.73% from 255) = 37.5%
R=38.64%
G=23.86%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412619800.380.030.2304.6243.3364.71
HexCC7EC60263141312b41
Octal31417630604632446153101
Binary11001100111111011000110010011011101001001100011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7EC6; }

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

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

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

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

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

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

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

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