Html Css Color HEX #D051EF Medium Orchid

📋 copy color: '#D051EF'

red 208 ◦ green 81 ◦ blue 239

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

Shades of Medium Orchid #D051EF

Tints of Medium Orchid #D051EF

RGB

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

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

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

R = 39.39%
G = 15.34%
B = 45.27%

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

#D051EF (or 0xD051EF) is known color: Medium Orchid. HEX triplet: D0, 51 and EF. RGB value is (208,81,239). Sum of RGB (Red+Green+Blue) = 208+81+239=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #D051EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D051EF is #2FAE10. Grayscale: #888888. Windows color (decimal): -3124753 or 15684048. OLE color: 15684048.

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

Color convert

RGB 208 81 239 -
CMYK 0.13 0.66 0 0.06
HSL 288.23º 0.83% 0.63% -
HSV(B) 288.23º 0.66% 0.94% -
XYZ 44.53 25.53 84.24 -
YUV 136.99 185.58 178.65 -
System Red Green Blue C M Y K H S L
Decimal 208 81 239 0.13 0.66 0 0.06 288.23 0.83 0.63
Hex D0 51 EF D 42 0 6 120 53 3F
Octal 320 121 357 15 102 0 6 440 123 77
Binary 11010000 1010001 11101111 1101 1000010 0 110 100100000 1010011 111111

Color Harmonies of #D051EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D051EF

Black with #D051EF

Text Example


Text Example

White with #D051EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D051EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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