#CC80CB

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

Shades of Orchid #CC80CB

Tints of Orchid #CC80CB

Color information

#CC80CB (or 0xCC80CB) is unknown color: approx Orchid. HEX triplet: CC, 80 and CB. RGB value is (204,128,203). Sum of RGB (Red+Green+Blue) = 204+128+203=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CC80CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC80CB is #337F34. Grayscale: #9F9F9F. Windows color (decimal): -3374901 or 13336780. OLE color: 13336780.

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

Color convert

RGB204128203-
CMYK00.370.000.2
HSL300.79º42.7%65.1%-
HSV(B)300.79º37.25%80%-
XYZ43.432.5960.5-
YUV159.27152.68159.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.13%
GREEN value IS 128 (50.39% from 255) = 23.93%
BLUE value IS 203 (79.69% from 255) = 37.94%
R=38.13%
G=23.93%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412820300.370.000.2300.7942.765.1
HexCC80CB02501412d2b41
Octal31420031304502445553101
Binary11001100100000001100101101001010101001001011011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC80CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC80CB; }

 p { color: rgb(204,128,203); }

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

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

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

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

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

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

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