Html Css Color HEX #D049EA Medium Orchid

📋 copy color: '#D049EA'

red 208 ◦ green 73 ◦ blue 234

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

Shades of Medium Orchid #D049EA

Tints of Medium Orchid #D049EA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.17%

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

R = 40.39%
G = 14.17%
B = 45.44%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D049EA (or 0xD049EA) is known color: Medium Orchid. HEX triplet: D0, 49 and EA. RGB value is (208,73,234). Sum of RGB (Red+Green+Blue) = 208+73+234=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 73 (28.91% from 255 or 14.17% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #D049EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D049EA is #2FB615. Grayscale: #838383. Windows color (decimal): -3126806 or 15354320. OLE color: 15354320.

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

Color convert

RGB 208 73 234 -
CMYK 0.11 0.69 0 0.08
HSL 290.31º 0.79% 0.6% -
HSV(B) 290.31º 0.69% 0.92% -
XYZ 43.25 24.12 80.22 -
YUV 131.72 185.73 182.41 -
System Red Green Blue C M Y K H S L
Decimal 208 73 234 0.11 0.69 0 0.08 290.31 0.79 0.6
Hex D0 49 EA B 45 0 8 122 4F 3C
Octal 320 111 352 13 105 0 10 442 117 74
Binary 11010000 1001001 11101010 1011 1000101 0 1000 100100010 1001111 111100

Color Harmonies of #D049EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D049EA

Black with #D049EA

Text Example


Text Example

White with #D049EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D049EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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