Html Css Color HEX #D132F3 Medium Orchid

📋 copy color: '#D132F3'

red 209 ◦ green 50 ◦ blue 243

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

Shades of Medium Orchid #D132F3

Tints of Medium Orchid #D132F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.41%

R = 41.63%
G = 9.96%
B = 48.41%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D132F3 (or 0xD132F3) is known color: Medium Orchid. HEX triplet: D1, 32 and F3. RGB value is (209,50,243). Sum of RGB (Red+Green+Blue) = 209+50+243=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 50 (19.92% from 255 or 9.96% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #D132F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D132F3 is #2ECD0C. Grayscale: #767676. Windows color (decimal): -3067149 or 15938257. OLE color: 15938257.

HSL color Cylindrical-coordinate representation of color #D132F3: hue angle of 289.43º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D132F3 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 50 243 -
CMYK 0.14 0.79 0 0.05
HSL 289.43º 0.89% 0.57% -
HSV(B) 289.43º 0.79% 0.95% -
XYZ 43.61 22.31 86.8 -
YUV 119.54 197.68 191.81 -
System Red Green Blue C M Y K H S L
Decimal 209 50 243 0.14 0.79 0 0.05 289.43 0.89 0.57
Hex D1 32 F3 E 4F 0 5 121 59 39
Octal 321 62 363 16 117 0 5 441 131 71
Binary 11010001 110010 11110011 1110 1001111 0 101 100100001 1011001 111001

Color Harmonies of #D132F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D132F3

Black with #D132F3

Text Example


Text Example

White with #D132F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D132F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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