#CC7CCC

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

Shades of Orchid #CC7CCC

Tints of Orchid #CC7CCC

Color information

#CC7CCC (or 0xCC7CCC) is unknown color: approx Orchid. HEX triplet: CC, 7C and CC. RGB value is (204,124,204). Sum of RGB (Red+Green+Blue) = 204+124+204=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC7CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CCC is #338333. Grayscale: #9C9C9C. Windows color (decimal): -3375924 or 13401292. OLE color: 13401292.

HSL color Cylindrical-coordinate representation of color #CC7CCC: hue angle of 300º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7CCC is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB204124204-
CMYK00.3900.2
HSL300º43.96%64.31%-
HSV(B)300º39.22%80%-
XYZ43.0131.6160.96-
YUV157.04154.5161.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.35%
GREEN value IS 124 (48.83% from 255) = 23.31%
BLUE value IS 204 (80.08% from 255) = 38.35%
R=38.35%
G=23.31%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412420400.3900.230043.9664.31
HexCC7CCC02701412c2c40
Octal31417431404702445454100
Binary1100110011111001100110001001110101001001011001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7CCC; }

 p { color: rgb(204,124,204); }

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

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

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

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

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

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

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