#DA70DB

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

Shades of Orchid #DA70DB

Tints of Orchid #DA70DB

Color information

#DA70DB (or 0xDA70DB) is unknown color: approx Orchid. HEX triplet: DA, 70 and DB. RGB value is (218,112,219). Sum of RGB (Red+Green+Blue) = 218+112+219=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA70DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA70DB is #258F24. Grayscale: #9B9B9B. Windows color (decimal): -2461477 or 14381274. OLE color: 14381274.

HSL color Cylindrical-coordinate representation of color #DA70DB: hue angle of 299.44º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA70DB is Cyan = 0.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218112219-
CMYK0.000.4900.14
HSL299.44º59.78%64.9%-
HSV(B)299.44º48.86%85.88%-
XYZ47.4931.6170.62-
YUV155.89163.62172.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.71%
GREEN value IS 112 (44.14% from 255) = 20.40%
BLUE value IS 219 (85.94% from 255) = 39.89%
R=39.71%
G=20.40%
B=39.89%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181122190.000.4900.14299.4459.7864.9
HexDA70DB0310E12b3c41
Octal33216033306101645374101
Binary110110101110000110110110110001011101001010111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA70DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA70DB; }

 p { color: rgb(218,112,219); }

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

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

 a { background-color: rgb(218,112,219); }

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

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

 span { border-color: rgb(218,112,219); }

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