Html Css Color HEX #AD60C8 Medium Orchid

📋 copy color: '#AD60C8'

red 173 ◦ green 96 ◦ blue 200

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

Shades of Medium Orchid #AD60C8

Tints of Medium Orchid #AD60C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.64%

R = 36.89%
G = 20.47%
B = 42.64%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD60C8 (or 0xAD60C8) is known color: Medium Orchid. HEX triplet: AD, 60 and C8. RGB value is (173,96,200). Sum of RGB (Red+Green+Blue) = 173+96+200=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD60C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60C8 is #529F37. Grayscale: #828282. Windows color (decimal): -5414712 or 13131949. OLE color: 13131949.

HSL color Cylindrical-coordinate representation of color #AD60C8: hue angle of 284.42º degrees, saturation: 0.49, 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 #AD60C8 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 96 200 -
CMYK 0.14 0.52 0 0.22
HSL 284.42º 0.49% 0.58% -
HSV(B) 284.42º 0.52% 0.78% -
XYZ 31.84 21.42 57.1 -
YUV 130.88 167.01 158.04 -
System Red Green Blue C M Y K H S L
Decimal 173 96 200 0.14 0.52 0 0.22 284.42 0.49 0.58
Hex AD 60 C8 E 34 0 16 11C 31 3A
Octal 255 140 310 16 64 0 26 434 61 72
Binary 10101101 1100000 11001000 1110 110100 0 10110 100011100 110001 111010

Color Harmonies of #AD60C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD60C8

Black with #AD60C8

Text Example


Text Example

White with #AD60C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD60C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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