Html Css Color HEX #D142F1 Medium Orchid

📋 copy color: '#D142F1'

red 209 ◦ green 66 ◦ blue 241

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

Shades of Medium Orchid #D142F1

Tints of Medium Orchid #D142F1

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.79%

 BLUE value IS 241 (94.53% from 255) = 46.71%

R = 40.5%
G = 12.79%
B = 46.71%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D142F1 (or 0xD142F1) is known color: Medium Orchid. HEX triplet: D1, 42 and F1. RGB value is (209,66,241). Sum of RGB (Red+Green+Blue) = 209+66+241=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 66 (26.17% from 255 or 12.79% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #D142F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D142F1 is #2EBD0E. Grayscale: #808080. Windows color (decimal): -3063055 or 15811281. OLE color: 15811281.

HSL color Cylindrical-coordinate representation of color #D142F1: hue angle of 289.03º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D142F1 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 66 241 -
CMYK 0.13 0.73 0 0.05
HSL 289.03º 0.86% 0.6% -
HSV(B) 289.03º 0.73% 0.95% -
XYZ 44.12 23.8 85.49 -
YUV 128.71 191.38 185.27 -
System Red Green Blue C M Y K H S L
Decimal 209 66 241 0.13 0.73 0 0.05 289.03 0.86 0.6
Hex D1 42 F1 D 49 0 5 121 56 3C
Octal 321 102 361 15 111 0 5 441 126 74
Binary 11010001 1000010 11110001 1101 1001001 0 101 100100001 1010110 111100

Color Harmonies of #D142F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D142F1

Black with #D142F1

Text Example


Text Example

White with #D142F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D142F1; }

 p { color: rgb(209,66,241); }

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

background-color css

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

 a { background-color: rgb(209,66,241); }

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

border-color css

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

 span { border-color: rgb(209,66,241); }

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