#CD82D1

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

Shades of Orchid #CD82D1

Tints of Orchid #CD82D1

Color information

#CD82D1 (or 0xCD82D1) is unknown color: approx Orchid. HEX triplet: CD, 82 and D1. RGB value is (205,130,209). Sum of RGB (Red+Green+Blue) = 205+130+209=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD82D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD82D1 is #327D2E. Grayscale: #A1A1A1. Windows color (decimal): -3308847 or 13730509. OLE color: 13730509.

HSL color Cylindrical-coordinate representation of color #CD82D1: hue angle of 296.96º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD82D1 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205130209-
CMYK0.020.3800.18
HSL296.96º46.2%66.47%-
HSV(B)296.96º37.8%81.96%-
XYZ44.6733.5564.44-
YUV161.43154.85159.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.68%
GREEN value IS 130 (51.17% from 255) = 23.90%
BLUE value IS 209 (82.03% from 255) = 38.42%
R=37.68%
G=23.90%
B=38.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051302090.020.3800.18296.9646.266.47
HexCD82D12260121292e42
Octal31520232124602245156102
Binary110011011000001011010001101001100100101001010011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD82D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD82D1; }

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

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

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

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

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

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

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

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