Html Css Color HEX #AD60C6 Medium Orchid

📋 copy color: '#AD60C6'

red 173 ◦ green 96 ◦ blue 198

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

Shades of Medium Orchid #AD60C6

Tints of Medium Orchid #AD60C6

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.56%

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

R = 37.04%
G = 20.56%
B = 42.4%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD60C6 (or 0xAD60C6) is known color: Medium Orchid. HEX triplet: AD, 60 and C6. RGB value is (173,96,198). Sum of RGB (Red+Green+Blue) = 173+96+198=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD60C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60C6 is #529F39. Grayscale: #828282. Windows color (decimal): -5414714 or 13000877. OLE color: 13000877.

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

Color convert

RGB 173 96 198 -
CMYK 0.13 0.52 0 0.22
HSL 285.29º 0.47% 0.58% -
HSV(B) 285.29º 0.52% 0.78% -
XYZ 31.61 21.33 55.88 -
YUV 130.65 166.01 158.21 -
System Red Green Blue C M Y K H S L
Decimal 173 96 198 0.13 0.52 0 0.22 285.29 0.47 0.58
Hex AD 60 C6 D 34 0 16 11D 2F 3A
Octal 255 140 306 15 64 0 26 435 57 72
Binary 10101101 1100000 11000110 1101 110100 0 10110 100011101 101111 111010

Color Harmonies of #AD60C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD60C6

Black with #AD60C6

Text Example


Text Example

White with #AD60C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD60C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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