Html Css Color HEX #D032EF Medium Orchid

📋 copy color: '#D032EF'

red 208 ◦ green 50 ◦ blue 239

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

Shades of Medium Orchid #D032EF

Tints of Medium Orchid #D032EF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.06%

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

R = 41.85%
G = 10.06%
B = 48.09%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D032EF (or 0xD032EF) is known color: Medium Orchid. HEX triplet: D0, 32 and EF. RGB value is (208,50,239). Sum of RGB (Red+Green+Blue) = 208+50+239=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 50 (19.92% from 255 or 10.06% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #D032EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D032EF is #2FCD10. Grayscale: #767676. Windows color (decimal): -3132689 or 15676112. OLE color: 15676112.

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

Color convert

RGB 208 50 239 -
CMYK 0.13 0.79 0 0.06
HSL 290.16º 0.86% 0.57% -
HSV(B) 290.16º 0.79% 0.94% -
XYZ 42.73 21.92 83.64 -
YUV 118.79 195.85 191.63 -
System Red Green Blue C M Y K H S L
Decimal 208 50 239 0.13 0.79 0 0.06 290.16 0.86 0.57
Hex D0 32 EF D 4F 0 6 122 56 39
Octal 320 62 357 15 117 0 6 442 126 71
Binary 11010000 110010 11101111 1101 1001111 0 110 100100010 1010110 111001

Color Harmonies of #D032EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D032EF

Black with #D032EF

Text Example


Text Example

White with #D032EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D032EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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