Html Css Color HEX #AD60CD Medium Orchid

📋 copy color: '#AD60CD'

red 173 ◦ green 96 ◦ blue 205

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

Shades of Medium Orchid #AD60CD

Tints of Medium Orchid #AD60CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.25%

R = 36.5%
G = 20.25%
B = 43.25%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD60CD (or 0xAD60CD) is known color: Medium Orchid. HEX triplet: AD, 60 and CD. RGB value is (173,96,205). Sum of RGB (Red+Green+Blue) = 173+96+205=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD60CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60CD is #529F32. Grayscale: #838383. Windows color (decimal): -5414707 or 13459629. OLE color: 13459629.

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

Color convert

RGB 173 96 205 -
CMYK 0.16 0.53 0 0.20
HSL 282.39º 0.52% 0.59% -
HSV(B) 282.39º 0.53% 0.8% -
XYZ 32.44 21.66 60.23 -
YUV 131.45 169.51 157.64 -
System Red Green Blue C M Y K H S L
Decimal 173 96 205 0.16 0.53 0 0.20 282.39 0.52 0.59
Hex AD 60 CD 10 35 0 14 11A 34 3B
Octal 255 140 315 20 65 0 24 432 64 73
Binary 10101101 1100000 11001101 10000 110101 0 10100 100011010 110100 111011

Color Harmonies of #AD60CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD60CD

Black with #AD60CD

Text Example


Text Example

White with #AD60CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD60CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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