#DA70D4

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

Shades of Orchid #DA70D4

Tints of Orchid #DA70D4

Color information

#DA70D4 (or 0xDA70D4) is unknown color: approx Orchid. HEX triplet: DA, 70 and D4. RGB value is (218,112,212). Sum of RGB (Red+Green+Blue) = 218+112+212=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 212 (83.20% from 255 or 39.11% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA70D4 is #258F2B. Grayscale: #9A9A9A. Windows color (decimal): -2461484 or 13922522. OLE color: 13922522.

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

Color convert

RGB218112212-
CMYK00.490.030.15
HSL303.4º58.89%64.71%-
HSV(B)303.4º48.62%85.49%-
XYZ46.5931.2565.86-
YUV155.09160.12172.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.22%
GREEN value IS 112 (44.14% from 255) = 20.66%
BLUE value IS 212 (83.20% from 255) = 39.11%
R=40.22%
G=20.66%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811221200.490.030.15303.458.8964.71
HexDA70D40313F12f3b41
Octal33216032406131745773101
Binary1101101011100001101010001100011111111001011111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA70D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA70D4; }

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

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

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

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

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

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

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

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