#DA7DDD

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

Shades of Orchid #DA7DDD

Tints of Orchid #DA7DDD

Color information

#DA7DDD (or 0xDA7DDD) is unknown color: approx Orchid. HEX triplet: DA, 7D and DD. RGB value is (218,125,221). Sum of RGB (Red+Green+Blue) = 218+125+221=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA7DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7DDD is #258222. Grayscale: #A3A3A3. Windows color (decimal): -2458147 or 14515674. OLE color: 14515674.

HSL color Cylindrical-coordinate representation of color #DA7DDD: hue angle of 298.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7DDD is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218125221-
CMYK0.010.4300.13
HSL298.12º58.54%67.84%-
HSV(B)298.12º43.44%86.67%-
XYZ49.334.7972.52-
YUV163.75160.31166.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.65%
GREEN value IS 125 (49.22% from 255) = 22.16%
BLUE value IS 221 (86.72% from 255) = 39.18%
R=38.65%
G=22.16%
B=39.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181252210.010.4300.13298.1258.5467.84
HexDA7DDD12B0D12a3b44
Octal33217533515301545273104
Binary110110101111101110111011101011011011001010101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7DDD; }

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

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

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

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

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

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

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

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