#CC82CB

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

Shades of Orchid #CC82CB

Tints of Orchid #CC82CB

Color information

#CC82CB (or 0xCC82CB) is unknown color: approx Orchid. HEX triplet: CC, 82 and CB. RGB value is (204,130,203). Sum of RGB (Red+Green+Blue) = 204+130+203=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CC82CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC82CB is #337D34. Grayscale: #A0A0A0. Windows color (decimal): -3374389 or 13337292. OLE color: 13337292.

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

Color convert

RGB204130203-
CMYK00.360.000.2
HSL300.81º42.05%65.49%-
HSV(B)300.81º36.27%80%-
XYZ43.6633.1160.59-
YUV160.45152.02159.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.99%
GREEN value IS 130 (51.17% from 255) = 24.21%
BLUE value IS 203 (79.69% from 255) = 37.80%
R=37.99%
G=24.21%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413020300.360.000.2300.8142.0565.49
HexCC82CB02401412d2a41
Octal31420231304402445552101
Binary11001100100000101100101101001000101001001011011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC82CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC82CB; }

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

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

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

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

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

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

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

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