#D047DE

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

Shades of Medium Orchid #D047DE

Tints of Medium Orchid #D047DE

Color information

#D047DE (or 0xD047DE) is unknown color: approx Medium Orchid. HEX triplet: D0, 47 and DE. RGB value is (208,71,222). Sum of RGB (Red+Green+Blue) = 208+71+222=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 71 (28.12% from 255 or 14.17% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #D047DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D047DE is #2FB821. Grayscale: #808080. Windows color (decimal): -3127330 or 14567376. OLE color: 14567376.

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

Color convert

RGB20871222-
CMYK0.060.6800.13
HSL294.44º69.59%57.45%-
HSV(B)294.44º68.02%87.06%-
XYZ41.4523.1971.4-
YUV129.18180.39184.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.52%
GREEN value IS 71 (28.12% from 255) = 14.17%
BLUE value IS 222 (87.11% from 255) = 44.31%
R=41.52%
G=14.17%
B=44.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal208712220.060.6800.13294.4469.5957.45
HexD047DE6440D1264639
Octal320107336610401544610671
Binary110100001000111110111101101000100011011001001101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D047DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D047DE; }

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

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

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

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

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

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

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

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