Html Css Color HEX #D14FEF Medium Orchid

📋 copy color: '#D14FEF'

red 209 ◦ green 79 ◦ blue 239

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

Shades of Medium Orchid #D14FEF

Tints of Medium Orchid #D14FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.35%

R = 39.66%
G = 14.99%
B = 45.35%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D14FEF (or 0xD14FEF) is known color: Medium Orchid. HEX triplet: D1, 4F and EF. RGB value is (209,79,239). Sum of RGB (Red+Green+Blue) = 209+79+239=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 79 (31.25% from 255 or 14.99% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #D14FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14FEF is #2EB010. Grayscale: #878787. Windows color (decimal): -3059729 or 15683537. OLE color: 15683537.

HSL color Cylindrical-coordinate representation of color #D14FEF: hue angle of 288.75º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14FEF is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 79 239 -
CMYK 0.13 0.67 0 0.06
HSL 288.75º 0.83% 0.62% -
HSV(B) 288.75º 0.67% 0.94% -
XYZ 44.67 25.38 84.21 -
YUV 136.11 186.07 179.99 -
System Red Green Blue C M Y K H S L
Decimal 209 79 239 0.13 0.67 0 0.06 288.75 0.83 0.62
Hex D1 4F EF D 43 0 6 121 53 3E
Octal 321 117 357 15 103 0 6 441 123 76
Binary 11010001 1001111 11101111 1101 1000011 0 110 100100001 1010011 111110

Color Harmonies of #D14FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14FEF

Black with #D14FEF

Text Example


Text Example

White with #D14FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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