#D04FE6

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

Shades of Medium Orchid #D04FE6

Tints of Medium Orchid #D04FE6

Color information

#D04FE6 (or 0xD04FE6) is unknown color: approx Medium Orchid. HEX triplet: D0, 4F and E6. RGB value is (208,79,230). Sum of RGB (Red+Green+Blue) = 208+79+230=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 79 (31.25% from 255 or 15.28% from 517); Blue value is 230 (90.23% from 255 or 44.49% from 517); Max value from RGB is 230 - color contains mainly: blue. Hex color #D04FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04FE6 is #2FB019. Grayscale: #868686. Windows color (decimal): -3125274 or 15093712. OLE color: 15093712.

HSL color Cylindrical-coordinate representation of color #D04FE6: hue angle of 291.26º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04FE6 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20879230-
CMYK0.100.6600.10
HSL291.26º75.12%60.59%-
HSV(B)291.26º65.65%90.2%-
XYZ43.0924.7277.36-
YUV134.78181.74180.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.23%
GREEN value IS 79 (31.25% from 255) = 15.28%
BLUE value IS 230 (90.23% from 255) = 44.49%
R=40.23%
G=15.28%
B=44.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal208792300.100.6600.10291.2675.1260.59
HexD04FE6A420A1234b3d
Octal3201173461210201244311375
Binary1101000010011111110011010101000010010101001000111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04FE6; }

 p { color: rgb(208,79,230); }

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

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

 a { background-color: rgb(208,79,230); }

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

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

 span { border-color: rgb(208,79,230); }

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