#CD81DF

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

Shades of Orchid #CD81DF

Tints of Orchid #CD81DF

Color information

#CD81DF (or 0xCD81DF) is unknown color: approx Orchid. HEX triplet: CD, 81 and DF. RGB value is (205,129,223). Sum of RGB (Red+Green+Blue) = 205+129+223=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD81DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD81DF is #327E20. Grayscale: #A2A2A2. Windows color (decimal): -3309089 or 14647757. OLE color: 14647757.

HSL color Cylindrical-coordinate representation of color #CD81DF: hue angle of 288.51º degrees, saturation: 0.59, 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 #CD81DF is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205129223-
CMYK0.080.4200.13
HSL288.51º59.49%69.02%-
HSV(B)288.51º42.15%87.45%-
XYZ46.3534.0173.93-
YUV162.44162.18158.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 129 (50.78% from 255) = 23.16%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=36.80%
G=23.16%
B=40.04%

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
Decimal2051292230.080.4200.13288.5159.4969.02
HexCD81DF82A0D1213b45
Octal315201337105201544173105
Binary1100110110000001110111111000101010011011001000011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD81DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD81DF; }

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

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

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

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

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

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

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

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