Html Css Color HEX #D144DD Medium Orchid

📋 copy color: '#D144DD'

red 209 ◦ green 68 ◦ blue 221

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

Shades of Medium Orchid #D144DD

Tints of Medium Orchid #D144DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.38%

R = 41.97%
G = 13.65%
B = 44.38%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D144DD (or 0xD144DD) is known color: Medium Orchid. HEX triplet: D1, 44 and DD. RGB value is (209,68,221). Sum of RGB (Red+Green+Blue) = 209+68+221=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 68 (26.95% from 255 or 13.65% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #D144DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D144DD is #2EBB22. Grayscale: #7F7F7F. Windows color (decimal): -3062563 or 14501073. OLE color: 14501073.

HSL color Cylindrical-coordinate representation of color #D144DD: hue angle of 295.29º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D144DD is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 68 221 -
CMYK 0.05 0.69 0 0.13
HSL 295.29º 0.69% 0.57% -
HSV(B) 295.29º 0.69% 0.87% -
XYZ 41.41 22.91 70.65 -
YUV 127.6 180.71 186.06 -
System Red Green Blue C M Y K H S L
Decimal 209 68 221 0.05 0.69 0 0.13 295.29 0.69 0.57
Hex D1 44 DD 5 45 0 D 127 45 39
Octal 321 104 335 5 105 0 15 447 105 71
Binary 11010001 1000100 11011101 101 1000101 0 1101 100100111 1000101 111001

Color Harmonies of #D144DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D144DD

Black with #D144DD

Text Example


Text Example

White with #D144DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D144DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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