Html Css Color HEX #D332E5 Medium Orchid

📋 copy color: '#D332E5'

red 211 ◦ green 50 ◦ blue 229

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

Shades of Medium Orchid #D332E5

Tints of Medium Orchid #D332E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.73%

R = 43.06%
G = 10.2%
B = 46.73%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D332E5 (or 0xD332E5) is known color: Medium Orchid. HEX triplet: D3, 32 and E5. RGB value is (211,50,229). Sum of RGB (Red+Green+Blue) = 211+50+229=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 50 (19.92% from 255 or 10.20% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 229 - color contains mainly: blue. Hex color #D332E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D332E5 is #2CCD1A. Grayscale: #757575. Windows color (decimal): -2936091 or 15020755. OLE color: 15020755.

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

Color convert

RGB 211 50 229 -
CMYK 0.08 0.78 0 0.10
HSL 293.97º 0.77% 0.55% -
HSV(B) 293.97º 0.78% 0.9% -
XYZ 42.15 21.79 76.11 -
YUV 118.55 190.34 193.95 -
System Red Green Blue C M Y K H S L
Decimal 211 50 229 0.08 0.78 0 0.10 293.97 0.77 0.55
Hex D3 32 E5 8 4E 0 A 126 4D 37
Octal 323 62 345 10 116 0 12 446 115 67
Binary 11010011 110010 11100101 1000 1001110 0 1010 100100110 1001101 110111

Color Harmonies of #D332E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D332E5

Black with #D332E5

Text Example


Text Example

White with #D332E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D332E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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