Html Css Color HEX #D141DC Medium Orchid

📋 copy color: '#D141DC'

red 209 ◦ green 65 ◦ blue 220

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

Shades of Medium Orchid #D141DC

Tints of Medium Orchid #D141DC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.16%

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

R = 42.31%
G = 13.16%
B = 44.53%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D141DC (or 0xD141DC) is known color: Medium Orchid. HEX triplet: D1, 41 and DC. RGB value is (209,65,220). Sum of RGB (Red+Green+Blue) = 209+65+220=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 65 (25.78% from 255 or 13.16% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #D141DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D141DC is #2EBE23. Grayscale: #7D7D7D. Windows color (decimal): -3063332 or 14434769. OLE color: 14434769.

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

Color convert

RGB 209 65 220 -
CMYK 0.05 0.70 0 0.14
HSL 295.74º 0.69% 0.56% -
HSV(B) 295.74º 0.7% 0.86% -
XYZ 41.1 22.5 69.89 -
YUV 125.73 181.21 187.4 -
System Red Green Blue C M Y K H S L
Decimal 209 65 220 0.05 0.70 0 0.14 295.74 0.69 0.56
Hex D1 41 DC 5 46 0 E 128 45 38
Octal 321 101 334 5 106 0 16 450 105 70
Binary 11010001 1000001 11011100 101 1000110 0 1110 100101000 1000101 111000

Color Harmonies of #D141DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D141DC

Black with #D141DC

Text Example


Text Example

White with #D141DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D141DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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