Html Css Color HEX #D144F4 Medium Orchid

📋 copy color: '#D144F4'

red 209 ◦ green 68 ◦ blue 244

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

Shades of Medium Orchid #D144F4

Tints of Medium Orchid #D144F4

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.05%

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

R = 40.12%
G = 13.05%
B = 46.83%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D144F4 (or 0xD144F4) is known color: Medium Orchid. HEX triplet: D1, 44 and F4. RGB value is (209,68,244). Sum of RGB (Red+Green+Blue) = 209+68+244=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 68 (26.95% from 255 or 13.05% from 521); Blue value is 244 (95.70% from 255 or 46.83% from 521); Max value from RGB is 244 - color contains mainly: blue. Hex color #D144F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D144F4 is #2EBB0B. Grayscale: #818181. Windows color (decimal): -3062540 or 16008401. OLE color: 16008401.

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

Color convert

RGB 209 68 244 -
CMYK 0.14 0.72 0 0.04
HSL 288.07º 0.89% 0.61% -
HSV(B) 288.07º 0.72% 0.96% -
XYZ 44.69 24.22 87.91 -
YUV 130.22 192.21 184.19 -
System Red Green Blue C M Y K H S L
Decimal 209 68 244 0.14 0.72 0 0.04 288.07 0.89 0.61
Hex D1 44 F4 E 48 0 4 120 59 3D
Octal 321 104 364 16 110 0 4 440 131 75
Binary 11010001 1000100 11110100 1110 1001000 0 100 100100000 1011001 111101

Color Harmonies of #D144F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D144F4

Black with #D144F4

Text Example


Text Example

White with #D144F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D144F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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