Html Css Color HEX #D132EC Medium Orchid

📋 copy color: '#D132EC'

red 209 ◦ green 50 ◦ blue 236

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

Shades of Medium Orchid #D132EC

Tints of Medium Orchid #D132EC

RGB

 RED value IS 209 (82.03% from 255) = 42.22%

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

 BLUE value IS 236 (92.58% from 255) = 47.68%

R = 42.22%
G = 10.1%
B = 47.68%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D132EC (or 0xD132EC) is known color: Medium Orchid. HEX triplet: D1, 32 and EC. RGB value is (209,50,236). Sum of RGB (Red+Green+Blue) = 209+50+236=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 50 (19.92% from 255 or 10.10% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #D132EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D132EC is #2ECD13. Grayscale: #767676. Windows color (decimal): -3067156 or 15479505. OLE color: 15479505.

HSL color Cylindrical-coordinate representation of color #D132EC: hue angle of 291.29º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D132EC is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 50 236 -
CMYK 0.11 0.79 0 0.07
HSL 291.29º 0.83% 0.56% -
HSV(B) 291.29º 0.79% 0.93% -
XYZ 42.58 21.89 81.34 -
YUV 118.75 194.18 192.38 -
System Red Green Blue C M Y K H S L
Decimal 209 50 236 0.11 0.79 0 0.07 291.29 0.83 0.56
Hex D1 32 EC B 4F 0 7 123 53 38
Octal 321 62 354 13 117 0 7 443 123 70
Binary 11010001 110010 11101100 1011 1001111 0 111 100100011 1010011 111000

Color Harmonies of #D132EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D132EC

Black with #D132EC

Text Example


Text Example

White with #D132EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D132EC; }

 p { color: rgb(209,50,236); }

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

background-color css

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

 a { background-color: rgb(209,50,236); }

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

border-color css

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

 span { border-color: rgb(209,50,236); }

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