#CD82DD

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

Shades of Orchid #CD82DD

Tints of Orchid #CD82DD

Color information

#CD82DD (or 0xCD82DD) is unknown color: approx Orchid. HEX triplet: CD, 82 and DD. RGB value is (205,130,221). Sum of RGB (Red+Green+Blue) = 205+130+221=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 130 (51.17% from 255 or 23.38% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD82DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD82DD is #327D22. Grayscale: #A2A2A2. Windows color (decimal): -3308835 or 14516941. OLE color: 14516941.

HSL color Cylindrical-coordinate representation of color #CD82DD: hue angle of 289.45º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD82DD is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205130221-
CMYK0.070.4100.13
HSL289.45º57.23%68.82%-
HSV(B)289.45º41.18%86.67%-
XYZ46.2134.1672.57-
YUV162.8160.85158.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.87%
GREEN value IS 130 (51.17% from 255) = 23.38%
BLUE value IS 221 (86.72% from 255) = 39.75%
R=36.87%
G=23.38%
B=39.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051302210.070.4100.13289.4557.2368.82
HexCD82DD7290D1213945
Octal31520233575101544171105
Binary110011011000001011011101111101001011011001000011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD82DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD82DD; }

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

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

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

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

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

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

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

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