Html Css Color HEX #D332E1 Medium Orchid

📋 copy color: '#D332E1'

red 211 ◦ green 50 ◦ blue 225

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

Shades of Medium Orchid #D332E1

Tints of Medium Orchid #D332E1

RGB

 RED value IS 211 (82.81% from 255) = 43.42%

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

 BLUE value IS 225 (88.28% from 255) = 46.3%

R = 43.42%
G = 10.29%
B = 46.3%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D332E1 (or 0xD332E1) is known color: Medium Orchid. HEX triplet: D3, 32 and E1. RGB value is (211,50,225). Sum of RGB (Red+Green+Blue) = 211+50+225=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 50 (19.92% from 255 or 10.29% from 486); Blue value is 225 (88.28% from 255 or 46.30% from 486); Max value from RGB is 225 - color contains mainly: blue. Hex color #D332E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D332E1 is #2CCD1E. Grayscale: #757575. Windows color (decimal): -2936095 or 14758611. OLE color: 14758611.

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

Color convert

RGB 211 50 225 -
CMYK 0.06 0.78 0 0.12
HSL 295.2º 0.74% 0.54% -
HSV(B) 295.2º 0.78% 0.88% -
XYZ 41.6 21.57 73.2 -
YUV 118.09 188.34 194.27 -
System Red Green Blue C M Y K H S L
Decimal 211 50 225 0.06 0.78 0 0.12 295.2 0.74 0.54
Hex D3 32 E1 6 4E 0 C 127 4A 36
Octal 323 62 341 6 116 0 14 447 112 66
Binary 11010011 110010 11100001 110 1001110 0 1100 100100111 1001010 110110

Color Harmonies of #D332E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D332E1

Black with #D332E1

Text Example


Text Example

White with #D332E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D332E1; }

 p { color: rgb(211,50,225); }

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

background-color css

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

 a { background-color: rgb(211,50,225); }

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

border-color css

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

 span { border-color: rgb(211,50,225); }

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