Html Css Color HEX #D038DC Medium Orchid

📋 copy color: '#D038DC'

red 208 ◦ green 56 ◦ blue 220

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

Shades of Medium Orchid #D038DC

Tints of Medium Orchid #D038DC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.57%

 BLUE value IS 220 (86.33% from 255) = 45.45%

R = 42.98%
G = 11.57%
B = 45.45%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D038DC (or 0xD038DC) is known color: Medium Orchid. HEX triplet: D0, 38 and DC. RGB value is (208,56,220). Sum of RGB (Red+Green+Blue) = 208+56+220=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 56 (22.27% from 255 or 11.57% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #D038DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D038DC is #2FC723. Grayscale: #777777. Windows color (decimal): -3131172 or 14432464. OLE color: 14432464.

HSL color Cylindrical-coordinate representation of color #D038DC: hue angle of 295.61º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D038DC is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 56 220 -
CMYK 0.05 0.75 0 0.14
HSL 295.61º 0.7% 0.54% -
HSV(B) 295.61º 0.75% 0.86% -
XYZ 40.34 21.41 69.72 -
YUV 120.14 184.36 190.66 -
System Red Green Blue C M Y K H S L
Decimal 208 56 220 0.05 0.75 0 0.14 295.61 0.7 0.54
Hex D0 38 DC 5 4B 0 E 128 46 36
Octal 320 70 334 5 113 0 16 450 106 66
Binary 11010000 111000 11011100 101 1001011 0 1110 100101000 1000110 110110

Color Harmonies of #D038DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D038DC

Black with #D038DC

Text Example


Text Example

White with #D038DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D038DC; }

 p { color: rgb(208,56,220); }

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

background-color css

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

 a { background-color: rgb(208,56,220); }

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

border-color css

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

 span { border-color: rgb(208,56,220); }

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