Html Css Color HEX #D032E4 Medium Orchid

📋 copy color: '#D032E4'

red 208 ◦ green 50 ◦ blue 228

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

Shades of Medium Orchid #D032E4

Tints of Medium Orchid #D032E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 46.91%

R = 42.8%
G = 10.29%
B = 46.91%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D032E4 (or 0xD032E4) is known color: Medium Orchid. HEX triplet: D0, 32 and E4. RGB value is (208,50,228). Sum of RGB (Red+Green+Blue) = 208+50+228=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 50 (19.92% from 255 or 10.29% from 486); Blue value is 228 (89.45% from 255 or 46.91% from 486); Max value from RGB is 228 - color contains mainly: blue. Hex color #D032E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D032E4 is #2FCD1B. Grayscale: #747474. Windows color (decimal): -3132700 or 14955216. OLE color: 14955216.

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

Color convert

RGB 208 50 228 -
CMYK 0.09 0.78 0 0.11
HSL 293.26º 0.77% 0.55% -
HSV(B) 293.26º 0.78% 0.89% -
XYZ 41.16 21.29 75.34 -
YUV 117.53 190.35 192.53 -
System Red Green Blue C M Y K H S L
Decimal 208 50 228 0.09 0.78 0 0.11 293.26 0.77 0.55
Hex D0 32 E4 9 4E 0 B 125 4D 37
Octal 320 62 344 11 116 0 13 445 115 67
Binary 11010000 110010 11100100 1001 1001110 0 1011 100100101 1001101 110111

Color Harmonies of #D032E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D032E4

Black with #D032E4

Text Example


Text Example

White with #D032E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D032E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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