#D04FF2

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

Shades of Medium Orchid #D04FF2

Tints of Medium Orchid #D04FF2

Color information

#D04FF2 (or 0xD04FF2) is unknown color: approx Medium Orchid. HEX triplet: D0, 4F and F2. RGB value is (208,79,242). Sum of RGB (Red+Green+Blue) = 208+79+242=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 79 (31.25% from 255 or 14.93% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #D04FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04FF2 is #2FB00D. Grayscale: #878787. Windows color (decimal): -3125262 or 15880144. OLE color: 15880144.

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

Color convert

RGB20879242-
CMYK0.140.6700.05
HSL287.48º86.24%62.94%-
HSV(B)287.48º67.36%94.9%-
XYZ44.8425.4186.55-
YUV136.15187.74179.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.32%
GREEN value IS 79 (31.25% from 255) = 14.93%
BLUE value IS 242 (94.92% from 255) = 45.75%
R=39.32%
G=14.93%
B=45.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal208792420.140.6700.05287.4886.2462.94
HexD04FF2E430511f563f
Octal320117362161030543712677
Binary110100001001111111100101110100001101011000111111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04FF2; }

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

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

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

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

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

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

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

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