Html Css Color HEX #D144FA Medium Orchid

📋 copy color: '#D144FA'

red 209 ◦ green 68 ◦ blue 250

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

Shades of Medium Orchid #D144FA

Tints of Medium Orchid #D144FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.44%

R = 39.66%
G = 12.9%
B = 47.44%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D144FA (or 0xD144FA) is known color: Medium Orchid. HEX triplet: D1, 44 and FA. RGB value is (209,68,250). Sum of RGB (Red+Green+Blue) = 209+68+250=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 68 (26.95% from 255 or 12.90% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #D144FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D144FA is #2EBB05. Grayscale: #828282. Windows color (decimal): -3062534 or 16401617. OLE color: 16401617.

HSL color Cylindrical-coordinate representation of color #D144FA: hue angle of 286.48º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D144FA is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 68 250 -
CMYK 0.16 0.73 0 0.02
HSL 286.48º 0.95% 0.62% -
HSV(B) 286.48º 0.73% 0.98% -
XYZ 45.62 24.59 92.78 -
YUV 130.91 195.21 183.7 -
System Red Green Blue C M Y K H S L
Decimal 209 68 250 0.16 0.73 0 0.02 286.48 0.95 0.62
Hex D1 44 FA 10 49 0 2 11E 5F 3E
Octal 321 104 372 20 111 0 2 436 137 76
Binary 11010001 1000100 11111010 10000 1001001 0 10 100011110 1011111 111110

Color Harmonies of #D144FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D144FA

Black with #D144FA

Text Example


Text Example

White with #D144FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D144FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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