#CD81DE

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

Shades of Orchid #CD81DE

Tints of Orchid #CD81DE

Color information

#CD81DE (or 0xCD81DE) is unknown color: approx Orchid. HEX triplet: CD, 81 and DE. RGB value is (205,129,222). Sum of RGB (Red+Green+Blue) = 205+129+222=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD81DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD81DE is #327E21. Grayscale: #A2A2A2. Windows color (decimal): -3309090 or 14582221. OLE color: 14582221.

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

Color convert

RGB205129222-
CMYK0.080.4200.13
HSL289.03º58.49%68.82%-
HSV(B)289.03º41.89%87.06%-
XYZ46.2133.9573.23-
YUV162.33161.68158.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.87%
GREEN value IS 129 (50.78% from 255) = 23.20%
BLUE value IS 222 (87.11% from 255) = 39.93%
R=36.87%
G=23.20%
B=39.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051292220.080.4200.13289.0358.4968.82
HexCD81DE82A0D1213a45
Octal315201336105201544172105
Binary1100110110000001110111101000101010011011001000011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD81DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD81DE; }

 p { color: rgb(205,129,222); }

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

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

 a { background-color: rgb(205,129,222); }

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

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

 span { border-color: rgb(205,129,222); }

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