#D04FF1

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

Shades of Medium Orchid #D04FF1

Tints of Medium Orchid #D04FF1

Color information

#D04FF1 (or 0xD04FF1) is unknown color: approx Medium Orchid. HEX triplet: D0, 4F and F1. RGB value is (208,79,241). Sum of RGB (Red+Green+Blue) = 208+79+241=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 79 (31.25% from 255 or 14.96% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #D04FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04FF1 is #2FB00E. Grayscale: #878787. Windows color (decimal): -3125263 or 15814608. OLE color: 15814608.

HSL color Cylindrical-coordinate representation of color #D04FF1: hue angle of 287.78º degrees, saturation: 0.85, 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 #D04FF1 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20879241-
CMYK0.140.6700.05
HSL287.78º85.26%62.75%-
HSV(B)287.78º67.22%94.51%-
XYZ44.6925.3585.76-
YUV136.04187.24179.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.39%
GREEN value IS 79 (31.25% from 255) = 14.96%
BLUE value IS 241 (94.53% from 255) = 45.64%
R=39.39%
G=14.96%
B=45.64%

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
Decimal208792410.140.6700.05287.7885.2662.75
HexD04FF1E4305120553f
Octal320117361161030544012577
Binary110100001001111111100011110100001101011001000001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04FF1; }

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

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

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

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

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

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

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

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