#DA70BD

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

Shades of Orchid #DA70BD

Tints of Orchid #DA70BD

Color information

#DA70BD (or 0xDA70BD) is unknown color: approx Orchid. HEX triplet: DA, 70 and BD. RGB value is (218,112,189). Sum of RGB (Red+Green+Blue) = 218+112+189=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA70BD is #258F42. Grayscale: #989898. Windows color (decimal): -2461507 or 12415194. OLE color: 12415194.

HSL color Cylindrical-coordinate representation of color #DA70BD: hue angle of 316.42º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA70BD is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB218112189-
CMYK00.490.130.15
HSL316.42º58.89%64.71%-
HSV(B)316.42º48.62%85.49%-
XYZ43.8930.1751.65-
YUV152.47148.62174.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 112 (44.14% from 255) = 21.58%
BLUE value IS 189 (74.22% from 255) = 36.42%
R=42.00%
G=21.58%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811218900.490.130.15316.4258.8964.71
HexDA70BD031DF13c3b41
Octal332160275061151747473101
Binary110110101110000101111010110001110111111001111001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA70BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA70BD; }

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

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

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

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

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

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

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

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