#DA81CE

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

Shades of Orchid #DA81CE

Tints of Orchid #DA81CE

Color information

#DA81CE (or 0xDA81CE) is unknown color: approx Orchid. HEX triplet: DA, 81 and CE. RGB value is (218,129,206). Sum of RGB (Red+Green+Blue) = 218+129+206=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DA81CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81CE is #257E31. Grayscale: #A4A4A4. Windows color (decimal): -2457138 or 13533658. OLE color: 13533658.

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

Color convert

RGB218129206-
CMYK00.410.060.15
HSL308.09º54.6%68.04%-
HSV(B)308.09º40.83%85.49%-
XYZ47.935.0662.64-
YUV164.39151.49166.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.42%
GREEN value IS 129 (50.78% from 255) = 23.33%
BLUE value IS 206 (80.86% from 255) = 37.25%
R=39.42%
G=23.33%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812920600.410.060.15308.0954.668.04
HexDA81CE0296F1343744
Octal33220131605161746467104
Binary110110101000000111001110010100111011111001101001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA81CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA81CE; }

 p { color: rgb(218,129,206); }

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

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

 a { background-color: rgb(218,129,206); }

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

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

 span { border-color: rgb(218,129,206); }

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