#d05edc

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

Shades of Orchid #D05EDC

Tints of Orchid #D05EDC

Color information

#D05EDC (or 0xD05EDC) is unknown color: approx Orchid. HEX triplet: D0, 5E and DC. RGB value is (208,94,220). Sum of RGB (Red+Green+Blue) = 208+94+220=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 94 (37.11% from 255 or 18.01% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #D05EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05EDC is #2FA123. Grayscale: #8E8E8E. Windows color (decimal): -3121444 or 14442192. OLE color: 14442192.

HSL color Cylindrical-coordinate representation of color #D05EDC: hue angle of 294.29º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D05EDC is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20894220-
CMYK0.050.5700.14
HSL294.29º64.29%61.57%-
HSV(B)294.29º57.27%86.27%-
XYZ42.9326.5870.58-
YUV142.45171.77174.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.85%
GREEN value IS 94 (37.11% from 255) = 18.01%
BLUE value IS 220 (86.33% from 255) = 42.15%
R=39.85%
G=18.01%
B=42.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal208942200.050.5700.14294.2964.2961.57
HexD05EDC5390E126403e
Octal32013633457101644610076
Binary11010000101111011011100101111001011101001001101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d05edc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d05edc; }

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

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

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

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

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

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

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

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