#D05EDE

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

Shades of Orchid #D05EDE

Tints of Orchid #D05EDE

Color information

#D05EDE (or 0xD05EDE) is unknown color: approx Orchid. HEX triplet: D0, 5E and DE. RGB value is (208,94,222). Sum of RGB (Red+Green+Blue) = 208+94+222=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 94 (37.11% from 255 or 17.94% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #D05EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05EDE is #2FA121. Grayscale: #8E8E8E. Windows color (decimal): -3121442 or 14573264. OLE color: 14573264.

HSL color Cylindrical-coordinate representation of color #D05EDE: hue angle of 293.44º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D05EDE is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20894222-
CMYK0.060.5800.13
HSL293.44º65.98%61.96%-
HSV(B)293.44º57.66%87.06%-
XYZ43.226.6971.98-
YUV142.68172.77174.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.69%
GREEN value IS 94 (37.11% from 255) = 17.94%
BLUE value IS 222 (87.11% from 255) = 42.37%
R=39.69%
G=17.94%
B=42.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal208942220.060.5800.13293.4465.9861.96
HexD05EDE63A0D125423e
Octal32013633667201544510276
Binary11010000101111011011110110111010011011001001011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05EDE; }

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

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

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

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

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

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

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

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