Html Css Color HEX #AD42C6 Medium Orchid

📋 copy color: '#AD42C6'

red 173 ◦ green 66 ◦ blue 198

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

Shades of Medium Orchid #AD42C6

Tints of Medium Orchid #AD42C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.31%

R = 39.59%
G = 15.1%
B = 45.31%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD42C6 (or 0xAD42C6) is known color: Medium Orchid. HEX triplet: AD, 42 and C6. RGB value is (173,66,198). Sum of RGB (Red+Green+Blue) = 173+66+198=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD42C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD42C6 is #52BD39. Grayscale: #707070. Windows color (decimal): -5422394 or 12993197. OLE color: 12993197.

HSL color Cylindrical-coordinate representation of color #AD42C6: hue angle of 288.64º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD42C6 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 66 198 -
CMYK 0.13 0.67 0 0.22
HSL 288.64º 0.54% 0.52% -
HSV(B) 288.64º 0.67% 0.78% -
XYZ 29.37 16.86 55.13 -
YUV 113.04 175.95 170.77 -
System Red Green Blue C M Y K H S L
Decimal 173 66 198 0.13 0.67 0 0.22 288.64 0.54 0.52
Hex AD 42 C6 D 43 0 16 121 36 34
Octal 255 102 306 15 103 0 26 441 66 64
Binary 10101101 1000010 11000110 1101 1000011 0 10110 100100001 110110 110100

Color Harmonies of #AD42C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD42C6

Black with #AD42C6

Text Example


Text Example

White with #AD42C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD42C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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