Html Css Color HEX #AD42DE Medium Orchid

📋 copy color: '#AD42DE'

red 173 ◦ green 66 ◦ blue 222

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

Shades of Medium Orchid #AD42DE

Tints of Medium Orchid #AD42DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.16%

R = 37.53%
G = 14.32%
B = 48.16%

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

#AD42DE (or 0xAD42DE) is known color: Medium Orchid. HEX triplet: AD, 42 and DE. RGB value is (173,66,222). Sum of RGB (Red+Green+Blue) = 173+66+222=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD42DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD42DE is #52BD21. Grayscale: #737373. Windows color (decimal): -5422370 or 14566061. OLE color: 14566061.

HSL color Cylindrical-coordinate representation of color #AD42DE: hue angle of 281.15º 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 #AD42DE is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 66 222 -
CMYK 0.22 0.70 0 0.13
HSL 281.15º 0.7% 0.56% -
HSV(B) 281.15º 0.7% 0.87% -
XYZ 32.37 18.05 70.89 -
YUV 115.78 187.95 168.82 -
System Red Green Blue C M Y K H S L
Decimal 173 66 222 0.22 0.70 0 0.13 281.15 0.7 0.56
Hex AD 42 DE 16 46 0 D 119 46 38
Octal 255 102 336 26 106 0 15 431 106 70
Binary 10101101 1000010 11011110 10110 1000110 0 1101 100011001 1000110 111000

Color Harmonies of #AD42DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD42DE

Black with #AD42DE

Text Example


Text Example

White with #AD42DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD42DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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