#CD82DC

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

Shades of Orchid #CD82DC

Tints of Orchid #CD82DC

Color information

#CD82DC (or 0xCD82DC) is unknown color: approx Orchid. HEX triplet: CD, 82 and DC. RGB value is (205,130,220). Sum of RGB (Red+Green+Blue) = 205+130+220=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD82DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD82DC is #327D23. Grayscale: #A2A2A2. Windows color (decimal): -3308836 or 14451405. OLE color: 14451405.

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

Color convert

RGB205130220-
CMYK0.070.4100.14
HSL290º56.25%68.63%-
HSV(B)290º40.91%86.27%-
XYZ46.0834.1171.87-
YUV162.68160.35158.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.94%
GREEN value IS 130 (51.17% from 255) = 23.42%
BLUE value IS 220 (86.33% from 255) = 39.64%
R=36.94%
G=23.42%
B=39.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051302200.070.4100.1429056.2568.63
HexCD82DC7290E1223845
Octal31520233475101644270105
Binary110011011000001011011100111101001011101001000101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD82DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD82DC; }

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

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

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

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

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

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

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

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