Html Css Color HEX #D032E0 Medium Orchid

📋 copy color: '#D032E0'

red 208 ◦ green 50 ◦ blue 224

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

Shades of Medium Orchid #D032E0

Tints of Medium Orchid #D032E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.47%

R = 43.15%
G = 10.37%
B = 46.47%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D032E0 (or 0xD032E0) is known color: Medium Orchid. HEX triplet: D0, 32 and E0. RGB value is (208,50,224). Sum of RGB (Red+Green+Blue) = 208+50+224=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 50 (19.92% from 255 or 10.37% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #D032E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D032E0 is #2FCD1F. Grayscale: #747474. Windows color (decimal): -3132704 or 14693072. OLE color: 14693072.

HSL color Cylindrical-coordinate representation of color #D032E0: hue angle of 294.48º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D032E0 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 50 224 -
CMYK 0.07 0.78 0 0.12
HSL 294.48º 0.74% 0.54% -
HSV(B) 294.48º 0.78% 0.88% -
XYZ 40.61 21.07 72.45 -
YUV 117.08 188.35 192.85 -
System Red Green Blue C M Y K H S L
Decimal 208 50 224 0.07 0.78 0 0.12 294.48 0.74 0.54
Hex D0 32 E0 7 4E 0 C 126 4A 36
Octal 320 62 340 7 116 0 14 446 112 66
Binary 11010000 110010 11100000 111 1001110 0 1100 100100110 1001010 110110

Color Harmonies of #D032E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D032E0

Black with #D032E0

Text Example


Text Example

White with #D032E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D032E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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