#DA81D2

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

Shades of Orchid #DA81D2

Tints of Orchid #DA81D2

Color information

#DA81D2 (or 0xDA81D2) is unknown color: approx Orchid. HEX triplet: DA, 81 and D2. RGB value is (218,129,210). Sum of RGB (Red+Green+Blue) = 218+129+210=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DA81D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81D2 is #257E2D. Grayscale: #A4A4A4. Windows color (decimal): -2457134 or 13795802. OLE color: 13795802.

HSL color Cylindrical-coordinate representation of color #DA81D2: hue angle of 305.39º 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 #DA81D2 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB218129210-
CMYK00.410.040.15
HSL305.39º54.6%68.04%-
HSV(B)305.39º40.83%85.49%-
XYZ48.435.2665.23-
YUV164.84153.49165.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 129 (50.78% from 255) = 23.16%
BLUE value IS 210 (82.42% from 255) = 37.70%
R=39.14%
G=23.16%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812921000.410.040.15305.3954.668.04
HexDA81D20294F1313744
Octal33220132205141746167104
Binary110110101000000111010010010100110011111001100011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA81D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA81D2; }

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

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

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

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

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

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

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

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