#CC82CC

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

Shades of Orchid #CC82CC

Tints of Orchid #CC82CC

Color information

#CC82CC (or 0xCC82CC) is unknown color: approx Orchid. HEX triplet: CC, 82 and CC. RGB value is (204,130,204). Sum of RGB (Red+Green+Blue) = 204+130+204=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC82CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC82CC is #337D33. Grayscale: #A0A0A0. Windows color (decimal): -3374388 or 13402828. OLE color: 13402828.

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

Color convert

RGB204130204-
CMYK00.3600.2
HSL300º42.05%65.49%-
HSV(B)300º36.27%80%-
XYZ43.7833.1661.22-
YUV160.56152.52158.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.92%
GREEN value IS 130 (51.17% from 255) = 24.16%
BLUE value IS 204 (80.08% from 255) = 37.92%
R=37.92%
G=24.16%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413020400.3600.230042.0565.49
HexCC82CC02401412c2a41
Octal31420231404402445452101
Binary11001100100000101100110001001000101001001011001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC82CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC82CC; }

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

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

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

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

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

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

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

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