Html Css Color HEX #D048EE Medium Orchid

📋 copy color: '#D048EE'

red 208 ◦ green 72 ◦ blue 238

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

Shades of Medium Orchid #D048EE

Tints of Medium Orchid #D048EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.95%

R = 40.15%
G = 13.9%
B = 45.95%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D048EE (or 0xD048EE) is known color: Medium Orchid. HEX triplet: D0, 48 and EE. RGB value is (208,72,238). Sum of RGB (Red+Green+Blue) = 208+72+238=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 72 (28.52% from 255 or 13.90% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #D048EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D048EE is #2FB711. Grayscale: #838383. Windows color (decimal): -3127058 or 15616208. OLE color: 15616208.

HSL color Cylindrical-coordinate representation of color #D048EE: hue angle of 289.16º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D048EE is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 72 238 -
CMYK 0.13 0.70 0 0.07
HSL 289.16º 0.83% 0.61% -
HSV(B) 289.16º 0.7% 0.93% -
XYZ 43.76 24.22 83.26 -
YUV 131.59 188.06 182.5 -
System Red Green Blue C M Y K H S L
Decimal 208 72 238 0.13 0.70 0 0.07 289.16 0.83 0.61
Hex D0 48 EE D 46 0 7 121 53 3D
Octal 320 110 356 15 106 0 7 441 123 75
Binary 11010000 1001000 11101110 1101 1000110 0 111 100100001 1010011 111101

Color Harmonies of #D048EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D048EE

Black with #D048EE

Text Example


Text Example

White with #D048EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D048EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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