#DA81DC

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

Shades of Orchid #DA81DC

Tints of Orchid #DA81DC

Color information

#DA81DC (or 0xDA81DC) is unknown color: approx Orchid. HEX triplet: DA, 81 and DC. RGB value is (218,129,220). Sum of RGB (Red+Green+Blue) = 218+129+220=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA81DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81DC is #257E23. Grayscale: #A5A5A5. Windows color (decimal): -2457124 or 14451162. OLE color: 14451162.

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

Color convert

RGB218129220-
CMYK0.010.4100.14
HSL298.68º56.52%68.43%-
HSV(B)298.68º41.36%86.27%-
XYZ49.6835.7772-
YUV165.98158.49165.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.45%
GREEN value IS 129 (50.78% from 255) = 22.75%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=38.45%
G=22.75%
B=38.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181292200.010.4100.14298.6856.5268.43
HexDA81DC1290E12b3944
Octal33220133415101645371104
Binary1101101010000001110111001101001011101001010111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA81DC; }

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

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

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

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

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

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

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

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