Html Css Color HEX #D049E8 Medium Orchid

📋 copy color: '#D049E8'

red 208 ◦ green 73 ◦ blue 232

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

Shades of Medium Orchid #D049E8

Tints of Medium Orchid #D049E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 45.22%

R = 40.55%
G = 14.23%
B = 45.22%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D049E8 (or 0xD049E8) is known color: Medium Orchid. HEX triplet: D0, 49 and E8. RGB value is (208,73,232). Sum of RGB (Red+Green+Blue) = 208+73+232=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 73 (28.91% from 255 or 14.23% from 513); Blue value is 232 (91.02% from 255 or 45.22% from 513); Max value from RGB is 232 - color contains mainly: blue. Hex color #D049E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D049E8 is #2FB617. Grayscale: #828282. Windows color (decimal): -3126808 or 15223248. OLE color: 15223248.

HSL color Cylindrical-coordinate representation of color #D049E8: hue angle of 290.94º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D049E8 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 73 232 -
CMYK 0.10 0.69 0 0.09
HSL 290.94º 0.78% 0.6% -
HSV(B) 290.94º 0.69% 0.91% -
XYZ 42.96 24 78.71 -
YUV 131.49 184.73 182.57 -
System Red Green Blue C M Y K H S L
Decimal 208 73 232 0.10 0.69 0 0.09 290.94 0.78 0.6
Hex D0 49 E8 A 45 0 9 123 4E 3C
Octal 320 111 350 12 105 0 11 443 116 74
Binary 11010000 1001001 11101000 1010 1000101 0 1001 100100011 1001110 111100

Color Harmonies of #D049E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D049E8

Black with #D049E8

Text Example


Text Example

White with #D049E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D049E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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