Html Css Color HEX #D047EA Medium Orchid

📋 copy color: '#D047EA'

red 208 ◦ green 71 ◦ blue 234

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

Shades of Medium Orchid #D047EA

Tints of Medium Orchid #D047EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.61%

R = 40.55%
G = 13.84%
B = 45.61%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D047EA (or 0xD047EA) is known color: Medium Orchid. HEX triplet: D0, 47 and EA. RGB value is (208,71,234). Sum of RGB (Red+Green+Blue) = 208+71+234=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 71 (28.12% from 255 or 13.84% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #D047EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D047EA is #2FB815. Grayscale: #828282. Windows color (decimal): -3127318 or 15353808. OLE color: 15353808.

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

Color convert

RGB 208 71 234 -
CMYK 0.11 0.70 0 0.08
HSL 290.43º 0.8% 0.6% -
HSV(B) 290.43º 0.7% 0.92% -
XYZ 43.12 23.86 80.17 -
YUV 130.55 186.39 183.25 -
System Red Green Blue C M Y K H S L
Decimal 208 71 234 0.11 0.70 0 0.08 290.43 0.8 0.6
Hex D0 47 EA B 46 0 8 122 50 3C
Octal 320 107 352 13 106 0 10 442 120 74
Binary 11010000 1000111 11101010 1011 1000110 0 1000 100100010 1010000 111100

Color Harmonies of #D047EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D047EA

Black with #D047EA

Text Example


Text Example

White with #D047EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D047EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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