Html Css Color HEX #D03ADC Medium Orchid

📋 copy color: '#D03ADC'

red 208 ◦ green 58 ◦ blue 220

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

Shades of Medium Orchid #D03ADC

Tints of Medium Orchid #D03ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.93%

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

R = 42.8%
G = 11.93%
B = 45.27%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D03ADC (or 0xD03ADC) is known color: Medium Orchid. HEX triplet: D0, 3A and DC. RGB value is (208,58,220). Sum of RGB (Red+Green+Blue) = 208+58+220=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 58 (23.05% from 255 or 11.93% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #D03ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03ADC is #2FC523. Grayscale: #787878. Windows color (decimal): -3130660 or 14432976. OLE color: 14432976.

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

Color convert

RGB 208 58 220 -
CMYK 0.05 0.74 0 0.14
HSL 295.56º 0.7% 0.55% -
HSV(B) 295.56º 0.74% 0.86% -
XYZ 40.44 21.6 69.75 -
YUV 121.32 183.7 189.83 -
System Red Green Blue C M Y K H S L
Decimal 208 58 220 0.05 0.74 0 0.14 295.56 0.7 0.55
Hex D0 3A DC 5 4A 0 E 128 46 37
Octal 320 72 334 5 112 0 16 450 106 67
Binary 11010000 111010 11011100 101 1001010 0 1110 100101000 1000110 110111

Color Harmonies of #D03ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03ADC

Black with #D03ADC

Text Example


Text Example

White with #D03ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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