Html Css Color HEX #D048E8 Medium Orchid

📋 copy color: '#D048E8'

red 208 ◦ green 72 ◦ blue 232

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

Shades of Medium Orchid #D048E8

Tints of Medium Orchid #D048E8

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.06%

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

R = 40.63%
G = 14.06%
B = 45.31%

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

#D048E8 (or 0xD048E8) is known color: Medium Orchid. HEX triplet: D0, 48 and E8. RGB value is (208,72,232). Sum of RGB (Red+Green+Blue) = 208+72+232=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 72 (28.52% from 255 or 14.06% from 512); Blue value is 232 (91.02% from 255 or 45.31% from 512); Max value from RGB is 232 - color contains mainly: blue. Hex color #D048E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D048E8 is #2FB717. Grayscale: #828282. Windows color (decimal): -3127064 or 15222992. OLE color: 15222992.

HSL color Cylindrical-coordinate representation of color #D048E8: hue angle of 291º 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 #D048E8 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 72 232 -
CMYK 0.10 0.69 0 0.09
HSL 291º 0.78% 0.6% -
HSV(B) 291º 0.69% 0.91% -
XYZ 42.9 23.87 78.69 -
YUV 130.9 185.06 182.99 -
System Red Green Blue C M Y K H S L
Decimal 208 72 232 0.10 0.69 0 0.09 291 0.78 0.6
Hex D0 48 E8 A 45 0 9 123 4E 3C
Octal 320 110 350 12 105 0 11 443 116 74
Binary 11010000 1001000 11101000 1010 1000101 0 1001 100100011 1001110 111100

Color Harmonies of #D048E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D048E8

Black with #D048E8

Text Example


Text Example

White with #D048E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D048E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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