#DA7DD9

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

Shades of Orchid #DA7DD9

Tints of Orchid #DA7DD9

Color information

#DA7DD9 (or 0xDA7DD9) is unknown color: approx Orchid. HEX triplet: DA, 7D and D9. RGB value is (218,125,217). Sum of RGB (Red+Green+Blue) = 218+125+217=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7DD9 is #258226. Grayscale: #A3A3A3. Windows color (decimal): -2458151 or 14253530. OLE color: 14253530.

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

Color convert

RGB218125217-
CMYK00.430.000.15
HSL300.65º55.69%67.25%-
HSV(B)300.65º42.66%85.49%-
XYZ48.7734.5869.75-
YUV163.3158.31167.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.93%
GREEN value IS 125 (49.22% from 255) = 22.32%
BLUE value IS 217 (85.16% from 255) = 38.75%
R=38.93%
G=22.32%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812521700.430.000.15300.6555.6967.25
HexDA7DD902B0F12d3843
Octal33217533105301745570103
Binary110110101111101110110010101011011111001011011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7DD9; }

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

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

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

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

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

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

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

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