#DA70BA

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

Shades of Orchid #DA70BA

Tints of Orchid #DA70BA

Color information

#DA70BA (or 0xDA70BA) is unknown color: approx Orchid. HEX triplet: DA, 70 and BA. RGB value is (218,112,186). Sum of RGB (Red+Green+Blue) = 218+112+186=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA70BA is #258F45. Grayscale: #979797. Windows color (decimal): -2461510 or 12218586. OLE color: 12218586.

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

Color convert

RGB218112186-
CMYK00.490.150.15
HSL318.11º58.89%64.71%-
HSV(B)318.11º48.62%85.49%-
XYZ43.5730.0449.96-
YUV152.13147.12174.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.25%
GREEN value IS 112 (44.14% from 255) = 21.71%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=42.25%
G=21.71%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811218600.490.150.15318.1158.8964.71
HexDA70BA031FF13e3b41
Octal332160272061171747673101
Binary110110101110000101110100110001111111111001111101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA70BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA70BA; }

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

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

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

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

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

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

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

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