#CD82DA

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

Shades of Orchid #CD82DA

Tints of Orchid #CD82DA

Color information

#CD82DA (or 0xCD82DA) is unknown color: approx Orchid. HEX triplet: CD, 82 and DA. RGB value is (205,130,218). Sum of RGB (Red+Green+Blue) = 205+130+218=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD82DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD82DA is #327D25. Grayscale: #A2A2A2. Windows color (decimal): -3308838 or 14320333. OLE color: 14320333.

HSL color Cylindrical-coordinate representation of color #CD82DA: hue angle of 291.14º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD82DA is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205130218-
CMYK0.060.4000.15
HSL291.14º54.32%68.24%-
HSV(B)291.14º40.37%85.49%-
XYZ45.8134.0170.48-
YUV162.46159.35158.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 130 (51.17% from 255) = 23.51%
BLUE value IS 218 (85.55% from 255) = 39.42%
R=37.07%
G=23.51%
B=39.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051302180.060.4000.15291.1454.3268.24
HexCD82DA6280F1233644
Octal31520233265001744366104
Binary110011011000001011011010110101000011111001000111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD82DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD82DA; }

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

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

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

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

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

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

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

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