Html Css Color HEX #D144E1 Medium Orchid

📋 copy color: '#D144E1'

red 209 ◦ green 68 ◦ blue 225

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

Shades of Medium Orchid #D144E1

Tints of Medium Orchid #D144E1

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.55%

 BLUE value IS 225 (88.28% from 255) = 44.82%

R = 41.63%
G = 13.55%
B = 44.82%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D144E1 (or 0xD144E1) is known color: Medium Orchid. HEX triplet: D1, 44 and E1. RGB value is (209,68,225). Sum of RGB (Red+Green+Blue) = 209+68+225=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 68 (26.95% from 255 or 13.55% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 225 - color contains mainly: blue. Hex color #D144E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D144E1 is #2EBB1E. Grayscale: #7F7F7F. Windows color (decimal): -3062559 or 14763217. OLE color: 14763217.

HSL color Cylindrical-coordinate representation of color #D144E1: hue angle of 293.89º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D144E1 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 68 225 -
CMYK 0.07 0.70 0 0.12
HSL 293.89º 0.72% 0.57% -
HSV(B) 293.89º 0.7% 0.88% -
XYZ 41.95 23.13 73.49 -
YUV 128.06 182.71 185.73 -
System Red Green Blue C M Y K H S L
Decimal 209 68 225 0.07 0.70 0 0.12 293.89 0.72 0.57
Hex D1 44 E1 7 46 0 C 126 48 39
Octal 321 104 341 7 106 0 14 446 110 71
Binary 11010001 1000100 11100001 111 1000110 0 1100 100100110 1001000 111001

Color Harmonies of #D144E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D144E1

Black with #D144E1

Text Example


Text Example

White with #D144E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D144E1; }

 p { color: rgb(209,68,225); }

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

background-color css

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

 a { background-color: rgb(209,68,225); }

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

border-color css

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

 span { border-color: rgb(209,68,225); }

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