Html Css Color HEX #D048DE Medium Orchid

📋 copy color: '#D048DE'

red 208 ◦ green 72 ◦ blue 222

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

Shades of Medium Orchid #D048DE

Tints of Medium Orchid #D048DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.22%

R = 41.43%
G = 14.34%
B = 44.22%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D048DE (or 0xD048DE) is known color: Medium Orchid. HEX triplet: D0, 48 and DE. RGB value is (208,72,222). Sum of RGB (Red+Green+Blue) = 208+72+222=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 72 (28.52% from 255 or 14.34% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #D048DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D048DE is #2FB721. Grayscale: #818181. Windows color (decimal): -3127074 or 14567632. OLE color: 14567632.

HSL color Cylindrical-coordinate representation of color #D048DE: hue angle of 294.4º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D048DE is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 72 222 -
CMYK 0.06 0.68 0 0.13
HSL 294.4º 0.69% 0.58% -
HSV(B) 294.4º 0.68% 0.87% -
XYZ 41.51 23.32 71.42 -
YUV 129.76 180.06 183.8 -
System Red Green Blue C M Y K H S L
Decimal 208 72 222 0.06 0.68 0 0.13 294.4 0.69 0.58
Hex D0 48 DE 6 44 0 D 126 45 3A
Octal 320 110 336 6 104 0 15 446 105 72
Binary 11010000 1001000 11011110 110 1000100 0 1101 100100110 1000101 111010

Color Harmonies of #D048DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D048DE

Black with #D048DE

Text Example


Text Example

White with #D048DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D048DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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