Html Css Color HEX #D04ADC Medium Orchid

📋 copy color: '#D04ADC'

red 208 ◦ green 74 ◦ blue 220

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

Shades of Medium Orchid #D04ADC

Tints of Medium Orchid #D04ADC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.74%

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

R = 41.43%
G = 14.74%
B = 43.82%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D04ADC (or 0xD04ADC) is known color: Medium Orchid. HEX triplet: D0, 4A and DC. RGB value is (208,74,220). Sum of RGB (Red+Green+Blue) = 208+74+220=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #D04ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04ADC is #2FB523. Grayscale: #828282. Windows color (decimal): -3126564 or 14437072. OLE color: 14437072.

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

Color convert

RGB 208 74 220 -
CMYK 0.05 0.66 0 0.14
HSL 295.07º 0.68% 0.58% -
HSV(B) 295.07º 0.66% 0.86% -
XYZ 41.38 23.47 70.06 -
YUV 130.71 178.39 183.13 -
System Red Green Blue C M Y K H S L
Decimal 208 74 220 0.05 0.66 0 0.14 295.07 0.68 0.58
Hex D0 4A DC 5 42 0 E 127 44 3A
Octal 320 112 334 5 102 0 16 447 104 72
Binary 11010000 1001010 11011100 101 1000010 0 1110 100100111 1000100 111010

Color Harmonies of #D04ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04ADC

Black with #D04ADC

Text Example


Text Example

White with #D04ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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