Html Css Color HEX #D14FF0 Medium Orchid

📋 copy color: '#D14FF0'

red 209 ◦ green 79 ◦ blue 240

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

Shades of Medium Orchid #D14FF0

Tints of Medium Orchid #D14FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.45%

R = 39.58%
G = 14.96%
B = 45.45%

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

#D14FF0 (or 0xD14FF0) is known color: Medium Orchid. HEX triplet: D1, 4F and F0. RGB value is (209,79,240). Sum of RGB (Red+Green+Blue) = 209+79+240=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 79 (31.25% from 255 or 14.96% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #D14FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14FF0 is #2EB00F. Grayscale: #878787. Windows color (decimal): -3059728 or 15749073. OLE color: 15749073.

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

Color convert

RGB 209 79 240 -
CMYK 0.13 0.67 0 0.06
HSL 288.45º 0.84% 0.63% -
HSV(B) 288.45º 0.67% 0.94% -
XYZ 44.82 25.44 84.99 -
YUV 136.22 186.57 179.91 -
System Red Green Blue C M Y K H S L
Decimal 209 79 240 0.13 0.67 0 0.06 288.45 0.84 0.63
Hex D1 4F F0 D 43 0 6 120 54 3F
Octal 321 117 360 15 103 0 6 440 124 77
Binary 11010001 1001111 11110000 1101 1000011 0 110 100100000 1010100 111111

Color Harmonies of #D14FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14FF0

Black with #D14FF0

Text Example


Text Example

White with #D14FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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