Html Css Color HEX #D047EF Medium Orchid

📋 copy color: '#D047EF'

red 208 ◦ green 71 ◦ blue 239

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

Shades of Medium Orchid #D047EF

Tints of Medium Orchid #D047EF

RGB

 RED value IS 208 (81.64% from 255) = 40.15%

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

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

R = 40.15%
G = 13.71%
B = 46.14%

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

#D047EF (or 0xD047EF) is known color: Medium Orchid. HEX triplet: D0, 47 and EF. RGB value is (208,71,239). Sum of RGB (Red+Green+Blue) = 208+71+239=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 71 (28.12% from 255 or 13.71% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #D047EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D047EF is #2FB810. Grayscale: #828282. Windows color (decimal): -3127313 or 15681488. OLE color: 15681488.

HSL color Cylindrical-coordinate representation of color #D047EF: hue angle of 288.93º 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 #D047EF is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 71 239 -
CMYK 0.13 0.70 0 0.06
HSL 288.93º 0.84% 0.61% -
HSV(B) 288.93º 0.7% 0.94% -
XYZ 43.85 24.15 84.01 -
YUV 131.12 188.89 182.84 -
System Red Green Blue C M Y K H S L
Decimal 208 71 239 0.13 0.70 0 0.06 288.93 0.84 0.61
Hex D0 47 EF D 46 0 6 121 54 3D
Octal 320 107 357 15 106 0 6 441 124 75
Binary 11010000 1000111 11101111 1101 1000110 0 110 100100001 1010100 111101

Color Harmonies of #D047EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D047EF

Black with #D047EF

Text Example


Text Example

White with #D047EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D047EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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