Html Css Color HEX #D132DC Medium Orchid

📋 copy color: '#D132DC'

red 209 ◦ green 50 ◦ blue 220

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

Shades of Medium Orchid #D132DC

Tints of Medium Orchid #D132DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 43.63%
G = 10.44%
B = 45.93%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D132DC (or 0xD132DC) is known color: Medium Orchid. HEX triplet: D1, 32 and DC. RGB value is (209,50,220). Sum of RGB (Red+Green+Blue) = 209+50+220=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #D132DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D132DC is #2ECD23. Grayscale: #747474. Windows color (decimal): -3067172 or 14430929. OLE color: 14430929.

HSL color Cylindrical-coordinate representation of color #D132DC: hue angle of 296.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D132DC is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 50 220 -
CMYK 0.05 0.77 0 0.14
HSL 296.12º 0.71% 0.53% -
HSV(B) 296.12º 0.77% 0.86% -
XYZ 40.35 21 69.64 -
YUV 116.92 186.18 193.68 -
System Red Green Blue C M Y K H S L
Decimal 209 50 220 0.05 0.77 0 0.14 296.12 0.71 0.53
Hex D1 32 DC 5 4D 0 E 128 47 35
Octal 321 62 334 5 115 0 16 450 107 65
Binary 11010001 110010 11011100 101 1001101 0 1110 100101000 1000111 110101

Color Harmonies of #D132DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D132DC

Black with #D132DC

Text Example


Text Example

White with #D132DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D132DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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