#CC82CD

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

Shades of Orchid #CC82CD

Tints of Orchid #CC82CD

Color information

#CC82CD (or 0xCC82CD) is unknown color: approx Orchid. HEX triplet: CC, 82 and CD. RGB value is (204,130,205). Sum of RGB (Red+Green+Blue) = 204+130+205=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC82CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC82CD is #337D32. Grayscale: #A0A0A0. Windows color (decimal): -3374387 or 13468364. OLE color: 13468364.

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

Color convert

RGB204130205-
CMYK0.000.3700.20
HSL299.2º42.86%65.69%-
HSV(B)299.2º36.59%80.39%-
XYZ43.933.2161.85-
YUV160.68153.02158.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.85%
GREEN value IS 130 (51.17% from 255) = 24.12%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=37.85%
G=24.12%
B=38.03%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041302050.000.3700.20299.242.8665.69
HexCC82CD02501412b2b42
Octal31420231504502445353102
Binary11001100100000101100110101001010101001001010111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC82CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC82CD; }

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

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

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

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

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

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

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

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