Html Css Color HEX #D141DF Medium Orchid

📋 copy color: '#D141DF'

red 209 ◦ green 65 ◦ blue 223

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

Shades of Medium Orchid #D141DF

Tints of Medium Orchid #D141DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 42.05%
G = 13.08%
B = 44.87%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D141DF (or 0xD141DF) is known color: Medium Orchid. HEX triplet: D1, 41 and DF. RGB value is (209,65,223). Sum of RGB (Red+Green+Blue) = 209+65+223=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 65 (25.78% from 255 or 13.08% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #D141DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D141DF is #2EBE20. Grayscale: #7D7D7D. Windows color (decimal): -3063329 or 14631377. OLE color: 14631377.

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

Color convert

RGB 209 65 223 -
CMYK 0.06 0.71 0 0.13
HSL 294.68º 0.71% 0.56% -
HSV(B) 294.68º 0.71% 0.87% -
XYZ 41.5 22.66 72 -
YUV 126.07 182.71 187.15 -
System Red Green Blue C M Y K H S L
Decimal 209 65 223 0.06 0.71 0 0.13 294.68 0.71 0.56
Hex D1 41 DF 6 47 0 D 127 47 38
Octal 321 101 337 6 107 0 15 447 107 70
Binary 11010001 1000001 11011111 110 1000111 0 1101 100100111 1000111 111000

Color Harmonies of #D141DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D141DF

Black with #D141DF

Text Example


Text Example

White with #D141DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D141DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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