Html Css Color HEX #D048E6 Medium Orchid

📋 copy color: '#D048E6'

red 208 ◦ green 72 ◦ blue 230

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

Shades of Medium Orchid #D048E6

Tints of Medium Orchid #D048E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.1%

R = 40.78%
G = 14.12%
B = 45.1%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D048E6 (or 0xD048E6) is known color: Medium Orchid. HEX triplet: D0, 48 and E6. RGB value is (208,72,230). Sum of RGB (Red+Green+Blue) = 208+72+230=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 72 (28.52% from 255 or 14.12% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 230 - color contains mainly: blue. Hex color #D048E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D048E6 is #2FB719. Grayscale: #828282. Windows color (decimal): -3127066 or 15091920. OLE color: 15091920.

HSL color Cylindrical-coordinate representation of color #D048E6: hue angle of 291.65º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D048E6 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 72 230 -
CMYK 0.10 0.69 0 0.10
HSL 291.65º 0.76% 0.59% -
HSV(B) 291.65º 0.69% 0.9% -
XYZ 42.61 23.76 77.2 -
YUV 130.68 184.06 183.15 -
System Red Green Blue C M Y K H S L
Decimal 208 72 230 0.10 0.69 0 0.10 291.65 0.76 0.59
Hex D0 48 E6 A 45 0 A 124 4C 3B
Octal 320 110 346 12 105 0 12 444 114 73
Binary 11010000 1001000 11100110 1010 1000101 0 1010 100100100 1001100 111011

Color Harmonies of #D048E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D048E6

Black with #D048E6

Text Example


Text Example

White with #D048E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D048E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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