#DA7AD6

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

Shades of Orchid #DA7AD6

Tints of Orchid #DA7AD6

Color information

#DA7AD6 (or 0xDA7AD6) is unknown color: approx Orchid. HEX triplet: DA, 7A and D6. RGB value is (218,122,214). Sum of RGB (Red+Green+Blue) = 218+122+214=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 214 (83.98% from 255 or 38.63% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7AD6 is #258529. Grayscale: #A0A0A0. Windows color (decimal): -2458922 or 14056154. OLE color: 14056154.

HSL color Cylindrical-coordinate representation of color #DA7AD6: hue angle of 302.5º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7AD6 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB218122214-
CMYK00.440.020.15
HSL302.5º56.47%66.67%-
HSV(B)302.5º44.04%85.49%-
XYZ48.0133.6867.59-
YUV161.19157.8168.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.35%
GREEN value IS 122 (48.05% from 255) = 22.02%
BLUE value IS 214 (83.98% from 255) = 38.63%
R=39.35%
G=22.02%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812221400.440.020.15302.556.4766.67
HexDA7AD602C2F12e3843
Octal33217232605421745670103
Binary1101101011110101101011001011001011111001011101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7AD6; }

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

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

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

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

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

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

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

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