#DA70D6

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

Shades of Orchid #DA70D6

Tints of Orchid #DA70D6

Color information

#DA70D6 (or 0xDA70D6) is known color: Orchid. HEX triplet: DA, 70 and D6. RGB value is (218,112,214). Sum of RGB (Red+Green+Blue) = 218+112+214=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 214 (83.98% from 255 or 39.34% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA70D6 is #258F29. Grayscale: #9B9B9B. Windows color (decimal): -2461482 or 14053594. OLE color: 14053594.

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

Color convert

RGB218112214-
CMYK00.490.020.15
HSL302.26º58.89%64.71%-
HSV(B)302.26º48.62%85.49%-
XYZ46.8531.3567.2-
YUV155.32161.12172.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.07%
GREEN value IS 112 (44.14% from 255) = 20.59%
BLUE value IS 214 (83.98% from 255) = 39.34%
R=40.07%
G=20.59%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811221400.490.020.15302.2658.8964.71
HexDA70D60312F12e3b41
Octal33216032606121745673101
Binary1101101011100001101011001100011011111001011101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA70D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA70D6; }

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

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

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

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

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

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

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

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