Html Css Color HEX #D051F0 Medium Orchid

📋 copy color: '#D051F0'

red 208 ◦ green 81 ◦ blue 240

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

Shades of Medium Orchid #D051F0

Tints of Medium Orchid #D051F0

RGB

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

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

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

R = 39.32%
G = 15.31%
B = 45.37%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D051F0 (or 0xD051F0) is known color: Medium Orchid. HEX triplet: D0, 51 and F0. RGB value is (208,81,240). Sum of RGB (Red+Green+Blue) = 208+81+240=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 81 (32.03% from 255 or 15.31% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #D051F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D051F0 is #2FAE0F. Grayscale: #888888. Windows color (decimal): -3124752 or 15749584. OLE color: 15749584.

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

Color convert

RGB 208 81 240 -
CMYK 0.13 0.66 0 0.06
HSL 287.92º 0.84% 0.63% -
HSV(B) 287.92º 0.66% 0.94% -
XYZ 44.68 25.59 85.02 -
YUV 137.1 186.08 178.57 -
System Red Green Blue C M Y K H S L
Decimal 208 81 240 0.13 0.66 0 0.06 287.92 0.84 0.63
Hex D0 51 F0 D 42 0 6 120 54 3F
Octal 320 121 360 15 102 0 6 440 124 77
Binary 11010000 1010001 11110000 1101 1000010 0 110 100100000 1010100 111111

Color Harmonies of #D051F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D051F0

Black with #D051F0

Text Example


Text Example

White with #D051F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D051F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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