#CC7EC2

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

Shades of Orchid #CC7EC2

Tints of Orchid #CC7EC2

Color information

#CC7EC2 (or 0xCC7EC2) is unknown color: approx Orchid. HEX triplet: CC, 7E and C2. RGB value is (204,126,194). Sum of RGB (Red+Green+Blue) = 204+126+194=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 126 (49.61% from 255 or 24.05% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7EC2 is #33813D. Grayscale: #9C9C9C. Windows color (decimal): -3375422 or 12746444. OLE color: 12746444.

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

Color convert

RGB204126194-
CMYK00.380.050.2
HSL307.69º43.33%64.71%-
HSV(B)307.69º38.24%80%-
XYZ42.131.6554.93-
YUV157.07148.84161.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 126 (49.61% from 255) = 24.05%
BLUE value IS 194 (76.17% from 255) = 37.02%
R=38.93%
G=24.05%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412619400.380.050.2307.6943.3364.71
HexCC7EC20265141342b41
Octal31417630204652446453101
Binary110011001111110110000100100110101101001001101001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7EC2; }

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

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

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

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

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

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

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

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