Html Css Color HEX #AD42DC Medium Orchid

📋 copy color: '#AD42DC'

red 173 ◦ green 66 ◦ blue 220

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

Shades of Medium Orchid #AD42DC

Tints of Medium Orchid #AD42DC

RGB

 RED value IS 173 (67.97% from 255) = 37.69%

 GREEN value IS 66 (26.17% from 255) = 14.38%

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

R = 37.69%
G = 14.38%
B = 47.93%

CMYK

 C value IS 0.21

 M value IS 0.7

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD42DC (or 0xAD42DC) is known color: Medium Orchid. HEX triplet: AD, 42 and DC. RGB value is (173,66,220). Sum of RGB (Red+Green+Blue) = 173+66+220=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD42DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD42DC is #52BD23. Grayscale: #737373. Windows color (decimal): -5422372 or 14434989. OLE color: 14434989.

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

Color convert

RGB 173 66 220 -
CMYK 0.21 0.7 0 0.14
HSL 281.69º 0.69% 0.56% -
HSV(B) 281.69º 0.7% 0.86% -
XYZ 32.1 17.95 69.48 -
YUV 115.55 186.95 168.98 -
System Red Green Blue C M Y K H S L
Decimal 173 66 220 0.21 0.7 0 0.14 281.69 0.69 0.56
Hex AD 42 DC 15 46 0 E 11A 45 38
Octal 255 102 334 25 106 0 16 432 105 70
Binary 10101101 1000010 11011100 10101 1000110 0 1110 100011010 1000101 111000

Color Harmonies of #AD42DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD42DC

Black with #AD42DC

Text Example


Text Example

White with #AD42DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD42DC; }

 p { color: rgb(173,66,220); }

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

background-color css

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

 a { background-color: rgb(173,66,220); }

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

border-color css

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

 span { border-color: rgb(173,66,220); }

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