Html Css Color HEX #D14BF6 Medium Orchid

📋 copy color: '#D14BF6'

red 209 ◦ green 75 ◦ blue 246

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

Shades of Medium Orchid #D14BF6

Tints of Medium Orchid #D14BF6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.15%

 BLUE value IS 246 (96.48% from 255) = 46.42%

R = 39.43%
G = 14.15%
B = 46.42%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D14BF6 (or 0xD14BF6) is known color: Medium Orchid. HEX triplet: D1, 4B and F6. RGB value is (209,75,246). Sum of RGB (Red+Green+Blue) = 209+75+246=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 75 (29.69% from 255 or 14.15% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #D14BF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14BF6 is #2EB409. Grayscale: #868686. Windows color (decimal): -3060746 or 16141265. OLE color: 16141265.

HSL color Cylindrical-coordinate representation of color #D14BF6: hue angle of 287.02º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D14BF6 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 75 246 -
CMYK 0.15 0.70 0 0.04
HSL 287.02º 0.9% 0.63% -
HSV(B) 287.02º 0.7% 0.96% -
XYZ 45.45 25.24 89.67 -
YUV 134.56 190.89 181.1 -
System Red Green Blue C M Y K H S L
Decimal 209 75 246 0.15 0.70 0 0.04 287.02 0.9 0.63
Hex D1 4B F6 F 46 0 4 11F 5A 3F
Octal 321 113 366 17 106 0 4 437 132 77
Binary 11010001 1001011 11110110 1111 1000110 0 100 100011111 1011010 111111

Color Harmonies of #D14BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14BF6

Black with #D14BF6

Text Example


Text Example

White with #D14BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14BF6; }

 p { color: rgb(209,75,246); }

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

background-color css

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

 a { background-color: rgb(209,75,246); }

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

border-color css

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

 span { border-color: rgb(209,75,246); }

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