Html Css Color HEX #D051F1 Medium Orchid

📋 copy color: '#D051F1'

red 208 ◦ green 81 ◦ blue 241

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

Shades of Medium Orchid #D051F1

Tints of Medium Orchid #D051F1

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.28%

 BLUE value IS 241 (94.53% from 255) = 45.47%

R = 39.25%
G = 15.28%
B = 45.47%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D051F1 (or 0xD051F1) is known color: Medium Orchid. HEX triplet: D0, 51 and F1. RGB value is (208,81,241). Sum of RGB (Red+Green+Blue) = 208+81+241=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 81 (32.03% from 255 or 15.28% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #D051F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D051F1 is #2FAE0E. Grayscale: #888888. Windows color (decimal): -3124751 or 15815120. OLE color: 15815120.

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

Color convert

RGB 208 81 241 -
CMYK 0.14 0.66 0 0.05
HSL 287.63º 0.85% 0.63% -
HSV(B) 287.63º 0.66% 0.95% -
XYZ 44.83 25.65 85.81 -
YUV 137.21 186.58 178.49 -
System Red Green Blue C M Y K H S L
Decimal 208 81 241 0.14 0.66 0 0.05 287.63 0.85 0.63
Hex D0 51 F1 E 42 0 5 120 55 3F
Octal 320 121 361 16 102 0 5 440 125 77
Binary 11010000 1010001 11110001 1110 1000010 0 101 100100000 1010101 111111

Color Harmonies of #D051F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D051F1

Black with #D051F1

Text Example


Text Example

White with #D051F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D051F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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