Html Css Color HEX #AD42CE Medium Orchid

📋 copy color: '#AD42CE'

red 173 ◦ green 66 ◦ blue 206

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

Shades of Medium Orchid #AD42CE

Tints of Medium Orchid #AD42CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 38.88%
G = 14.83%
B = 46.29%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD42CE (or 0xAD42CE) is known color: Medium Orchid. HEX triplet: AD, 42 and CE. RGB value is (173,66,206). Sum of RGB (Red+Green+Blue) = 173+66+206=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 66 (26.17% from 255 or 14.83% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD42CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD42CE is #52BD31. Grayscale: #717171. Windows color (decimal): -5422386 or 13517485. OLE color: 13517485.

HSL color Cylindrical-coordinate representation of color #AD42CE: hue angle of 285.86º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD42CE is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 66 206 -
CMYK 0.16 0.68 0 0.19
HSL 285.86º 0.59% 0.53% -
HSV(B) 285.86º 0.68% 0.81% -
XYZ 30.32 17.24 60.12 -
YUV 113.95 179.95 170.12 -
System Red Green Blue C M Y K H S L
Decimal 173 66 206 0.16 0.68 0 0.19 285.86 0.59 0.53
Hex AD 42 CE 10 44 0 13 11E 3B 35
Octal 255 102 316 20 104 0 23 436 73 65
Binary 10101101 1000010 11001110 10000 1000100 0 10011 100011110 111011 110101

Color Harmonies of #AD42CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD42CE

Black with #AD42CE

Text Example


Text Example

White with #AD42CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD42CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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