Html Css Color HEX #D32FEB Medium Orchid

📋 copy color: '#D32FEB'

red 211 ◦ green 47 ◦ blue 235

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

Shades of Medium Orchid #D32FEB

Tints of Medium Orchid #D32FEB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.53%

 BLUE value IS 235 (92.19% from 255) = 47.67%

R = 42.8%
G = 9.53%
B = 47.67%

CMYK

 C value IS 0.10

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D32FEB (or 0xD32FEB) is known color: Medium Orchid. HEX triplet: D3, 2F and EB. RGB value is (211,47,235). Sum of RGB (Red+Green+Blue) = 211+47+235=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 47 (18.75% from 255 or 9.53% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #D32FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32FEB is #2CD014. Grayscale: #747474. Windows color (decimal): -2936853 or 15413203. OLE color: 15413203.

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

Color convert

RGB 211 47 235 -
CMYK 0.10 0.8 0 0.08
HSL 292.34º 0.82% 0.55% -
HSV(B) 292.34º 0.8% 0.92% -
XYZ 42.88 21.88 80.56 -
YUV 117.47 194.33 194.71 -
System Red Green Blue C M Y K H S L
Decimal 211 47 235 0.10 0.8 0 0.08 292.34 0.82 0.55
Hex D3 2F EB A 50 0 8 124 52 37
Octal 323 57 353 12 120 0 10 444 122 67
Binary 11010011 101111 11101011 1010 1010000 0 1000 100100100 1010010 110111

Color Harmonies of #D32FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32FEB

Black with #D32FEB

Text Example


Text Example

White with #D32FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32FEB; }

 p { color: rgb(211,47,235); }

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

background-color css

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

 a { background-color: rgb(211,47,235); }

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

border-color css

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

 span { border-color: rgb(211,47,235); }

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