Html Css Color HEX #D14FE9 Medium Orchid

📋 copy color: '#D14FE9'

red 209 ◦ green 79 ◦ blue 233

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

Shades of Medium Orchid #D14FE9

Tints of Medium Orchid #D14FE9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.16%

 BLUE value IS 233 (91.41% from 255) = 44.72%

R = 40.12%
G = 15.16%
B = 44.72%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D14FE9 (or 0xD14FE9) is known color: Medium Orchid. HEX triplet: D1, 4F and E9. RGB value is (209,79,233). Sum of RGB (Red+Green+Blue) = 209+79+233=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 79 (31.25% from 255 or 15.16% from 521); Blue value is 233 (91.41% from 255 or 44.72% from 521); Max value from RGB is 233 - color contains mainly: blue. Hex color #D14FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14FE9 is #2EB016. Grayscale: #868686. Windows color (decimal): -3059735 or 15290321. OLE color: 15290321.

HSL color Cylindrical-coordinate representation of color #D14FE9: hue angle of 290.65º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D14FE9 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 209 79 233 -
CMYK 0.10 0.66 0 0.09
HSL 290.65º 0.78% 0.61% -
HSV(B) 290.65º 0.66% 0.91% -
XYZ 43.8 25.03 79.61 -
YUV 135.43 183.07 180.48 -
System Red Green Blue C M Y K H S L
Decimal 209 79 233 0.10 0.66 0 0.09 290.65 0.78 0.61
Hex D1 4F E9 A 42 0 9 123 4E 3D
Octal 321 117 351 12 102 0 11 443 116 75
Binary 11010001 1001111 11101001 1010 1000010 0 1001 100100011 1001110 111101

Color Harmonies of #D14FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14FE9

Black with #D14FE9

Text Example


Text Example

White with #D14FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14FE9; }

 p { color: rgb(209,79,233); }

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

background-color css

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

 a { background-color: rgb(209,79,233); }

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

border-color css

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

 span { border-color: rgb(209,79,233); }

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