#CC7CBA

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

Shades of Orchid #CC7CBA

Tints of Orchid #CC7CBA

Color information

#CC7CBA (or 0xCC7CBA) is unknown color: approx Orchid. HEX triplet: CC, 7C and BA. RGB value is (204,124,186). Sum of RGB (Red+Green+Blue) = 204+124+186=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC7CBA is #338345. Grayscale: #9A9A9A. Windows color (decimal): -3375942 or 12221644. OLE color: 12221644.

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

Color convert

RGB204124186-
CMYK00.390.090.2
HSL313.5º43.96%64.31%-
HSV(B)313.5º39.22%80%-
XYZ40.9730.850.24-
YUV154.99145.5162.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 124 (48.83% from 255) = 24.12%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=39.69%
G=24.12%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412418600.390.090.2313.543.9664.31
HexCC7CBA02791413a2c40
Octal314174272047112447254100
Binary1100110011111001011101001001111001101001001110101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7CBA; }

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

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

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

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

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

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

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

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