Html Css Color HEX #D151EF Medium Orchid

📋 copy color: '#D151EF'

red 209 ◦ green 81 ◦ blue 239

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

Shades of Medium Orchid #D151EF

Tints of Medium Orchid #D151EF

RGB

 RED value IS 209 (82.03% from 255) = 39.51%

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

 BLUE value IS 239 (93.75% from 255) = 45.18%

R = 39.51%
G = 15.31%
B = 45.18%

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

#D151EF (or 0xD151EF) is known color: Medium Orchid. HEX triplet: D1, 51 and EF. RGB value is (209,81,239). Sum of RGB (Red+Green+Blue) = 209+81+239=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 81 (32.03% from 255 or 15.31% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #D151EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D151EF is #2EAE10. Grayscale: #888888. Windows color (decimal): -3059217 or 15684049. OLE color: 15684049.

HSL color Cylindrical-coordinate representation of color #D151EF: hue angle of 288.61º degrees, saturation: 0.83, 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 #D151EF is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 81 239 -
CMYK 0.13 0.66 0 0.06
HSL 288.61º 0.83% 0.63% -
HSV(B) 288.61º 0.66% 0.94% -
XYZ 44.82 25.67 84.25 -
YUV 137.28 185.41 179.15 -
System Red Green Blue C M Y K H S L
Decimal 209 81 239 0.13 0.66 0 0.06 288.61 0.83 0.63
Hex D1 51 EF D 42 0 6 121 53 3F
Octal 321 121 357 15 102 0 6 441 123 77
Binary 11010001 1010001 11101111 1101 1000010 0 110 100100001 1010011 111111

Color Harmonies of #D151EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D151EF

Black with #D151EF

Text Example


Text Example

White with #D151EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D151EF; }

 p { color: rgb(209,81,239); }

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

background-color css

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

 a { background-color: rgb(209,81,239); }

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

border-color css

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

 span { border-color: rgb(209,81,239); }

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