Html Css Color HEX #D14FEB Medium Orchid

📋 copy color: '#D14FEB'

red 209 ◦ green 79 ◦ blue 235

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

Shades of Medium Orchid #D14FEB

Tints of Medium Orchid #D14FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.93%

R = 39.96%
G = 15.11%
B = 44.93%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D14FEB (or 0xD14FEB) is known color: Medium Orchid. HEX triplet: D1, 4F and EB. RGB value is (209,79,235). Sum of RGB (Red+Green+Blue) = 209+79+235=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 79 (31.25% from 255 or 15.11% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #D14FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14FEB is #2EB014. Grayscale: #878787. Windows color (decimal): -3059733 or 15421393. OLE color: 15421393.

HSL color Cylindrical-coordinate representation of color #D14FEB: hue angle of 290º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D14FEB is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 79 235 -
CMYK 0.11 0.66 0 0.08
HSL 290º 0.8% 0.62% -
HSV(B) 290º 0.66% 0.92% -
XYZ 44.09 25.15 81.13 -
YUV 135.65 184.07 180.32 -
System Red Green Blue C M Y K H S L
Decimal 209 79 235 0.11 0.66 0 0.08 290 0.8 0.62
Hex D1 4F EB B 42 0 8 122 50 3E
Octal 321 117 353 13 102 0 10 442 120 76
Binary 11010001 1001111 11101011 1011 1000010 0 1000 100100010 1010000 111110

Color Harmonies of #D14FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14FEB

Black with #D14FEB

Text Example


Text Example

White with #D14FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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