Html Css Color HEX #D04FF1 Medium Orchid

📋 copy color: '#D04FF1'

red 208 ◦ green 79 ◦ blue 241

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

Shades of Medium Orchid #D04FF1

Tints of Medium Orchid #D04FF1

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 value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D04FF1 (or 0xD04FF1) is known color: 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

RGB 208 79 241 -
CMYK 0.14 0.67 0 0.05
HSL 287.78º 0.85% 0.63% -
HSV(B) 287.78º 0.67% 0.95% -
XYZ 44.69 25.35 85.76 -
YUV 136.04 187.24 179.33 -
System Red Green Blue C M Y K H S L
Decimal 208 79 241 0.14 0.67 0 0.05 287.78 0.85 0.63
Hex D0 4F F1 E 43 0 5 120 55 3F
Octal 320 117 361 16 103 0 5 440 125 77
Binary 11010000 1001111 11110001 1110 1000011 0 101 100100000 1010101 111111

Color Harmonies of #D04FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04FF1

Black with #D04FF1

Text Example


Text Example

White with #D04FF1

Text Example


Text Example

HTML Codes & Css Web 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>