#D05FE8

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

Shades of Medium Orchid #D05FE8

Tints of Medium Orchid #D05FE8

Color information

#D05FE8 (or 0xD05FE8) is unknown color: approx Medium Orchid. HEX triplet: D0, 5F and E8. RGB value is (208,95,232). Sum of RGB (Red+Green+Blue) = 208+95+232=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 95 (37.5% from 255 or 17.76% from 535); Blue value is 232 (91.02% from 255 or 43.36% from 535); Max value from RGB is 232 - color contains mainly: blue. Hex color #D05FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D05FE8 is #2FA017. Grayscale: #8F8F8F. Windows color (decimal): -3121176 or 15228880. OLE color: 15228880.

HSL color Cylindrical-coordinate representation of color #D05FE8: hue angle of 289.49º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D05FE8 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20895232-
CMYK0.100.5900.09
HSL289.49º74.86%64.12%-
HSV(B)289.49º59.05%90.98%-
XYZ44.6727.4279.28-
YUV144.4177.44173.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.88%
GREEN value IS 95 (37.5% from 255) = 17.76%
BLUE value IS 232 (91.02% from 255) = 43.36%
R=38.88%
G=17.76%
B=43.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal208952320.100.5900.09289.4974.8664.12
HexD05FE8A3B091214b40
Octal3201373501273011441113100
Binary1101000010111111110100010101110110100110010000110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05FE8; }

 p { color: rgb(208,95,232); }

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

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

 a { background-color: rgb(208,95,232); }

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

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

 span { border-color: rgb(208,95,232); }

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