Html Css Color HEX #D142F3 Medium Orchid

📋 copy color: '#D142F3'

red 209 ◦ green 66 ◦ blue 243

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

Shades of Medium Orchid #D142F3

Tints of Medium Orchid #D142F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 46.91%

R = 40.35%
G = 12.74%
B = 46.91%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D142F3 (or 0xD142F3) is known color: Medium Orchid. HEX triplet: D1, 42 and F3. RGB value is (209,66,243). Sum of RGB (Red+Green+Blue) = 209+66+243=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 66 (26.17% from 255 or 12.74% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #D142F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D142F3 is #2EBD0C. Grayscale: #808080. Windows color (decimal): -3063053 or 15942353. OLE color: 15942353.

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

Color convert

RGB 209 66 243 -
CMYK 0.14 0.73 0 0.05
HSL 288.47º 0.88% 0.61% -
HSV(B) 288.47º 0.73% 0.95% -
XYZ 44.42 23.92 87.07 -
YUV 128.94 192.38 185.11 -
System Red Green Blue C M Y K H S L
Decimal 209 66 243 0.14 0.73 0 0.05 288.47 0.88 0.61
Hex D1 42 F3 E 49 0 5 120 58 3D
Octal 321 102 363 16 111 0 5 440 130 75
Binary 11010001 1000010 11110011 1110 1001001 0 101 100100000 1011000 111101

Color Harmonies of #D142F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D142F3

Black with #D142F3

Text Example


Text Example

White with #D142F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D142F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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