Html Css Color HEX #D144DC Medium Orchid

📋 copy color: '#D144DC'

red 209 ◦ green 68 ◦ blue 220

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

Shades of Medium Orchid #D144DC

Tints of Medium Orchid #D144DC

RGB

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

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

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

R = 42.05%
G = 13.68%
B = 44.27%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D144DC (or 0xD144DC) is known color: Medium Orchid. HEX triplet: D1, 44 and DC. RGB value is (209,68,220). Sum of RGB (Red+Green+Blue) = 209+68+220=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 68 (26.95% from 255 or 13.68% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #D144DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D144DC is #2EBB23. Grayscale: #7F7F7F. Windows color (decimal): -3062564 or 14435537. OLE color: 14435537.

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

Color convert

RGB 209 68 220 -
CMYK 0.05 0.69 0 0.14
HSL 295.66º 0.68% 0.56% -
HSV(B) 295.66º 0.69% 0.86% -
XYZ 41.28 22.86 69.95 -
YUV 127.49 180.21 186.14 -
System Red Green Blue C M Y K H S L
Decimal 209 68 220 0.05 0.69 0 0.14 295.66 0.68 0.56
Hex D1 44 DC 5 45 0 E 128 44 38
Octal 321 104 334 5 105 0 16 450 104 70
Binary 11010001 1000100 11011100 101 1000101 0 1110 100101000 1000100 111000

Color Harmonies of #D144DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D144DC

Black with #D144DC

Text Example


Text Example

White with #D144DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D144DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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