Html Css Color HEX #D14FEE Medium Orchid

📋 copy color: '#D14FEE'

red 209 ◦ green 79 ◦ blue 238

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

Shades of Medium Orchid #D14FEE

Tints of Medium Orchid #D14FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.25%

R = 39.73%
G = 15.02%
B = 45.25%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D14FEE (or 0xD14FEE) is known color: Medium Orchid. HEX triplet: D1, 4F and EE. RGB value is (209,79,238). Sum of RGB (Red+Green+Blue) = 209+79+238=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 79 (31.25% from 255 or 15.02% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #D14FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14FEE is #2EB011. Grayscale: #878787. Windows color (decimal): -3059730 or 15618001. OLE color: 15618001.

HSL color Cylindrical-coordinate representation of color #D14FEE: hue angle of 289.06º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14FEE is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 79 238 -
CMYK 0.12 0.67 0 0.07
HSL 289.06º 0.82% 0.62% -
HSV(B) 289.06º 0.67% 0.93% -
XYZ 44.52 25.32 83.43 -
YUV 136 185.57 180.07 -
System Red Green Blue C M Y K H S L
Decimal 209 79 238 0.12 0.67 0 0.07 289.06 0.82 0.62
Hex D1 4F EE C 43 0 7 121 52 3E
Octal 321 117 356 14 103 0 7 441 122 76
Binary 11010001 1001111 11101110 1100 1000011 0 111 100100001 1010010 111110

Color Harmonies of #D14FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14FEE

Black with #D14FEE

Text Example


Text Example

White with #D14FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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