Html Css Color HEX #D132E6 Medium Orchid

📋 copy color: '#D132E6'

red 209 ◦ green 50 ◦ blue 230

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

Shades of Medium Orchid #D132E6

Tints of Medium Orchid #D132E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.03%

R = 42.74%
G = 10.22%
B = 47.03%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D132E6 (or 0xD132E6) is known color: Medium Orchid. HEX triplet: D1, 32 and E6. RGB value is (209,50,230). Sum of RGB (Red+Green+Blue) = 209+50+230=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 50 (19.92% from 255 or 10.22% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 230 - color contains mainly: blue. Hex color #D132E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D132E6 is #2ECD19. Grayscale: #757575. Windows color (decimal): -3067162 or 15086289. OLE color: 15086289.

HSL color Cylindrical-coordinate representation of color #D132E6: hue angle of 293º degrees, saturation: 0.78, 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 #D132E6 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 50 230 -
CMYK 0.09 0.78 0 0.10
HSL 293º 0.78% 0.55% -
HSV(B) 293º 0.78% 0.9% -
XYZ 41.72 21.55 76.82 -
YUV 118.06 191.18 192.86 -
System Red Green Blue C M Y K H S L
Decimal 209 50 230 0.09 0.78 0 0.10 293 0.78 0.55
Hex D1 32 E6 9 4E 0 A 125 4E 37
Octal 321 62 346 11 116 0 12 445 116 67
Binary 11010001 110010 11100110 1001 1001110 0 1010 100100101 1001110 110111

Color Harmonies of #D132E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D132E6

Black with #D132E6

Text Example


Text Example

White with #D132E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D132E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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