#D05ED9

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

Shades of Orchid #D05ED9

Tints of Orchid #D05ED9

Color information

#D05ED9 (or 0xD05ED9) is unknown color: approx Orchid. HEX triplet: D0, 5E and D9. RGB value is (208,94,217). Sum of RGB (Red+Green+Blue) = 208+94+217=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 217 - color contains mainly: blue. Hex color #D05ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05ED9 is #2FA126. Grayscale: #8D8D8D. Windows color (decimal): -3121447 or 14245584. OLE color: 14245584.

HSL color Cylindrical-coordinate representation of color #D05ED9: hue angle of 295.61º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D05ED9 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20894217-
CMYK0.040.5700.15
HSL295.61º61.81%60.98%-
HSV(B)295.61º56.68%85.1%-
XYZ42.5426.4368.5-
YUV142.11170.27175-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.08%
GREEN value IS 94 (37.11% from 255) = 18.11%
BLUE value IS 217 (85.16% from 255) = 41.81%
R=40.08%
G=18.11%
B=41.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal208942170.040.5700.15295.6161.8160.98
HexD05ED94390F1283e3d
Octal3201363314710174507675
Binary1101000010111101101100110011100101111100101000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05ED9; }

 p { color: rgb(208,94,217); }

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

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

 a { background-color: rgb(208,94,217); }

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

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

 span { border-color: rgb(208,94,217); }

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