Html Css Color HEX #D147EF Medium Orchid

📋 copy color: '#D147EF'

red 209 ◦ green 71 ◦ blue 239

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

Shades of Medium Orchid #D147EF

Tints of Medium Orchid #D147EF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.68%

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

R = 40.27%
G = 13.68%
B = 46.05%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D147EF (or 0xD147EF) is known color: Medium Orchid. HEX triplet: D1, 47 and EF. RGB value is (209,71,239). Sum of RGB (Red+Green+Blue) = 209+71+239=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 71 (28.12% from 255 or 13.68% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #D147EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D147EF is #2EB810. Grayscale: #828282. Windows color (decimal): -3061777 or 15681489. OLE color: 15681489.

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

Color convert

RGB 209 71 239 -
CMYK 0.13 0.70 0 0.06
HSL 289.29º 0.84% 0.61% -
HSV(B) 289.29º 0.7% 0.94% -
XYZ 44.13 24.29 84.02 -
YUV 131.41 188.72 183.34 -
System Red Green Blue C M Y K H S L
Decimal 209 71 239 0.13 0.70 0 0.06 289.29 0.84 0.61
Hex D1 47 EF D 46 0 6 121 54 3D
Octal 321 107 357 15 106 0 6 441 124 75
Binary 11010001 1000111 11101111 1101 1000110 0 110 100100001 1010100 111101

Color Harmonies of #D147EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D147EF

Black with #D147EF

Text Example


Text Example

White with #D147EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D147EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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