#DA7FD9

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

Shades of Orchid #DA7FD9

Tints of Orchid #DA7FD9

Color information

#DA7FD9 (or 0xDA7FD9) is unknown color: approx Orchid. HEX triplet: DA, 7F and D9. RGB value is (218,127,217). Sum of RGB (Red+Green+Blue) = 218+127+217=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FD9 is #258026. Grayscale: #A4A4A4. Windows color (decimal): -2457639 or 14254042. OLE color: 14254042.

HSL color Cylindrical-coordinate representation of color #DA7FD9: hue angle of 300.66º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7FD9 is Cyan = 0, Magento = 0.42, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB218127217-
CMYK00.420.000.15
HSL300.66º55.15%67.65%-
HSV(B)300.66º41.74%85.49%-
XYZ49.0335.0969.84-
YUV164.47157.65166.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 127 (50% from 255) = 22.60%
BLUE value IS 217 (85.16% from 255) = 38.61%
R=38.79%
G=22.60%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812721700.420.000.15300.6655.1567.65
HexDA7FD902A0F12d3744
Octal33217733105201745567104
Binary110110101111111110110010101010011111001011011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7FD9; }

 p { color: rgb(218,127,217); }

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

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

 a { background-color: rgb(218,127,217); }

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

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

 span { border-color: rgb(218,127,217); }

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