Html Css Color HEX #D049EB Medium Orchid

📋 copy color: '#D049EB'

red 208 ◦ green 73 ◦ blue 235

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

Shades of Medium Orchid #D049EB

Tints of Medium Orchid #D049EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.54%

R = 40.31%
G = 14.15%
B = 45.54%

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

#D049EB (or 0xD049EB) is known color: Medium Orchid. HEX triplet: D0, 49 and EB. RGB value is (208,73,235). Sum of RGB (Red+Green+Blue) = 208+73+235=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #D049EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D049EB is #2FB614. Grayscale: #838383. Windows color (decimal): -3126805 or 15419856. OLE color: 15419856.

HSL color Cylindrical-coordinate representation of color #D049EB: hue angle of 290º degrees, saturation: 0.8, 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 #D049EB is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 73 235 -
CMYK 0.11 0.69 0 0.08
HSL 290º 0.8% 0.6% -
HSV(B) 290º 0.69% 0.92% -
XYZ 43.39 24.17 80.98 -
YUV 131.83 186.23 182.33 -
System Red Green Blue C M Y K H S L
Decimal 208 73 235 0.11 0.69 0 0.08 290 0.8 0.6
Hex D0 49 EB B 45 0 8 122 50 3C
Octal 320 111 353 13 105 0 10 442 120 74
Binary 11010000 1001001 11101011 1011 1000101 0 1000 100100010 1010000 111100

Color Harmonies of #D049EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D049EB

Black with #D049EB

Text Example


Text Example

White with #D049EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D049EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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