Html Css Color HEX #D142F4 Medium Orchid

📋 copy color: '#D142F4'

red 209 ◦ green 66 ◦ blue 244

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

Shades of Medium Orchid #D142F4

Tints of Medium Orchid #D142F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 47.01%

R = 40.27%
G = 12.72%
B = 47.01%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D142F4 (or 0xD142F4) is known color: Medium Orchid. HEX triplet: D1, 42 and F4. RGB value is (209,66,244). Sum of RGB (Red+Green+Blue) = 209+66+244=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 66 (26.17% from 255 or 12.72% from 519); Blue value is 244 (95.70% from 255 or 47.01% from 519); Max value from RGB is 244 - color contains mainly: blue. Hex color #D142F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D142F4 is #2EBD0B. Grayscale: #808080. Windows color (decimal): -3063052 or 16007889. OLE color: 16007889.

HSL color Cylindrical-coordinate representation of color #D142F4: hue angle of 288.2º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D142F4 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 66 244 -
CMYK 0.14 0.73 0 0.04
HSL 288.2º 0.89% 0.61% -
HSV(B) 288.2º 0.73% 0.96% -
XYZ 44.57 23.98 87.87 -
YUV 129.05 192.88 185.03 -
System Red Green Blue C M Y K H S L
Decimal 209 66 244 0.14 0.73 0 0.04 288.2 0.89 0.61
Hex D1 42 F4 E 49 0 4 120 59 3D
Octal 321 102 364 16 111 0 4 440 131 75
Binary 11010001 1000010 11110100 1110 1001001 0 100 100100000 1011001 111101

Color Harmonies of #D142F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D142F4

Black with #D142F4

Text Example


Text Example

White with #D142F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D142F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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