Html Css Color HEX #D04FF0 Medium Orchid

📋 copy color: '#D04FF0'

red 208 ◦ green 79 ◦ blue 240

#D04FF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #D04FF0

Tints of Medium Orchid #D04FF0

RGB

 RED value IS 208 (81.64% from 255) = 39.47%

 GREEN value IS 79 (31.25% from 255) = 14.99%

 BLUE value IS 240 (94.14% from 255) = 45.54%

R = 39.47%
G = 14.99%
B = 45.54%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D04FF0 (or 0xD04FF0) is known color: Medium Orchid. HEX triplet: D0, 4F and F0. RGB value is (208,79,240). Sum of RGB (Red+Green+Blue) = 208+79+240=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 79 (31.25% from 255 or 14.99% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #D04FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04FF0 is #2FB00F. Grayscale: #878787. Windows color (decimal): -3125264 or 15749072. OLE color: 15749072.

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

Color convert

RGB 208 79 240 -
CMYK 0.13 0.67 0 0.06
HSL 288.07º 0.84% 0.63% -
HSV(B) 288.07º 0.67% 0.94% -
XYZ 44.54 25.29 84.97 -
YUV 135.93 186.74 179.41 -
System Red Green Blue C M Y K H S L
Decimal 208 79 240 0.13 0.67 0 0.06 288.07 0.84 0.63
Hex D0 4F F0 D 43 0 6 120 54 3F
Octal 320 117 360 15 103 0 6 440 124 77
Binary 11010000 1001111 11110000 1101 1000011 0 110 100100000 1010100 111111

Color Harmonies of #D04FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04FF0

Black with #D04FF0

Text Example


Text Example

White with #D04FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04FF0; }

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

 H1.HeaderClassName
 {
   color: #D04FF0;
 }
 .AnyTagClassName
 {
   color: #D04FF0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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