Html Css Color HEX #D051E9 Medium Orchid

📋 copy color: '#D051E9'

red 208 ◦ green 81 ◦ blue 233

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

Shades of Medium Orchid #D051E9

Tints of Medium Orchid #D051E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.64%

R = 39.85%
G = 15.52%
B = 44.64%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D051E9 (or 0xD051E9) is known color: Medium Orchid. HEX triplet: D0, 51 and E9. RGB value is (208,81,233). Sum of RGB (Red+Green+Blue) = 208+81+233=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 81 (32.03% from 255 or 15.52% from 522); Blue value is 233 (91.41% from 255 or 44.64% from 522); Max value from RGB is 233 - color contains mainly: blue. Hex color #D051E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D051E9 is #2FAE16. Grayscale: #878787. Windows color (decimal): -3124759 or 15290832. OLE color: 15290832.

HSL color Cylindrical-coordinate representation of color #D051E9: hue angle of 290.13º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D051E9 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 81 233 -
CMYK 0.11 0.65 0 0.09
HSL 290.13º 0.78% 0.62% -
HSV(B) 290.13º 0.65% 0.91% -
XYZ 43.66 25.18 79.65 -
YUV 136.3 182.58 179.14 -
System Red Green Blue C M Y K H S L
Decimal 208 81 233 0.11 0.65 0 0.09 290.13 0.78 0.62
Hex D0 51 E9 B 41 0 9 122 4E 3E
Octal 320 121 351 13 101 0 11 442 116 76
Binary 11010000 1010001 11101001 1011 1000001 0 1001 100100010 1001110 111110

Color Harmonies of #D051E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D051E9

Black with #D051E9

Text Example


Text Example

White with #D051E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D051E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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