Html Css Color HEX #AD42DD Medium Orchid

📋 copy color: '#AD42DD'

red 173 ◦ green 66 ◦ blue 221

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

Shades of Medium Orchid #AD42DD

Tints of Medium Orchid #AD42DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 37.61%
G = 14.35%
B = 48.04%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD42DD (or 0xAD42DD) is known color: Medium Orchid. HEX triplet: AD, 42 and DD. RGB value is (173,66,221). Sum of RGB (Red+Green+Blue) = 173+66+221=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD42DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD42DD is #52BD22. Grayscale: #737373. Windows color (decimal): -5422371 or 14500525. OLE color: 14500525.

HSL color Cylindrical-coordinate representation of color #AD42DD: hue angle of 281.42º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD42DD is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 66 221 -
CMYK 0.22 0.70 0 0.13
HSL 281.42º 0.7% 0.56% -
HSV(B) 281.42º 0.7% 0.87% -
XYZ 32.23 18 70.18 -
YUV 115.66 187.45 168.9 -
System Red Green Blue C M Y K H S L
Decimal 173 66 221 0.22 0.70 0 0.13 281.42 0.7 0.56
Hex AD 42 DD 16 46 0 D 119 46 38
Octal 255 102 335 26 106 0 15 431 106 70
Binary 10101101 1000010 11011101 10110 1000110 0 1101 100011001 1000110 111000

Color Harmonies of #AD42DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD42DD

Black with #AD42DD

Text Example


Text Example

White with #AD42DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD42DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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