#D04CF0

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

Shades of Medium Orchid #D04CF0

Tints of Medium Orchid #D04CF0

Color information

#D04CF0 (or 0xD04CF0) is unknown color: approx Medium Orchid. HEX triplet: D0, 4C and F0. RGB value is (208,76,240). Sum of RGB (Red+Green+Blue) = 208+76+240=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 76 (30.08% from 255 or 14.50% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #D04CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04CF0 is #2FB30F. Grayscale: #858585. Windows color (decimal): -3126032 or 15748304. OLE color: 15748304.

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

Color convert

RGB20876240-
CMYK0.130.6800.06
HSL288.29º84.54%61.96%-
HSV(B)288.29º68.33%94.12%-
XYZ44.3324.8784.9-
YUV134.16187.73180.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.69%
GREEN value IS 76 (30.08% from 255) = 14.50%
BLUE value IS 240 (94.14% from 255) = 45.80%
R=39.69%
G=14.50%
B=45.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal208762400.130.6800.06288.2984.5461.96
HexD04CF0D4406120553e
Octal320114360151040644012576
Binary110100001001100111100001101100010001101001000001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04CF0; }

 p { color: rgb(208,76,240); }

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

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

 a { background-color: rgb(208,76,240); }

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

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

 span { border-color: rgb(208,76,240); }

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