#CD82CC

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

Shades of Orchid #CD82CC

Tints of Orchid #CD82CC

Color information

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

HSL color Cylindrical-coordinate representation of color #CD82CC: hue angle of 300.8º 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 #CD82CC is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB205130204-
CMYK00.370.000.20
HSL300.8º42.86%65.69%-
HSV(B)300.8º36.59%80.39%-
XYZ44.0633.361.23-
YUV160.86152.35159.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513020400.370.000.20300.842.8665.69
HexCD82CC02501412d2b42
Octal31520231404502445553102
Binary11001101100000101100110001001010101001001011011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD82CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD82CC; }

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

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

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

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

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

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

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

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