Html Css Color HEX #AD60CC Medium Orchid

📋 copy color: '#AD60CC'

red 173 ◦ green 96 ◦ blue 204

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

Shades of Medium Orchid #AD60CC

Tints of Medium Orchid #AD60CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 36.58%
G = 20.3%
B = 43.13%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD60CC (or 0xAD60CC) is known color: Medium Orchid. HEX triplet: AD, 60 and CC. RGB value is (173,96,204). Sum of RGB (Red+Green+Blue) = 173+96+204=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD60CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60CC is #529F33. Grayscale: #828282. Windows color (decimal): -5414708 or 13394093. OLE color: 13394093.

HSL color Cylindrical-coordinate representation of color #AD60CC: hue angle of 282.78º degrees, saturation: 0.51, 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 #AD60CC is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 96 204 -
CMYK 0.15 0.53 0 0.2
HSL 282.78º 0.51% 0.59% -
HSV(B) 282.78º 0.53% 0.8% -
XYZ 32.32 21.61 59.59 -
YUV 131.34 169.01 157.72 -
System Red Green Blue C M Y K H S L
Decimal 173 96 204 0.15 0.53 0 0.2 282.78 0.51 0.59
Hex AD 60 CC F 35 0 14 11B 33 3B
Octal 255 140 314 17 65 0 24 433 63 73
Binary 10101101 1100000 11001100 1111 110101 0 10100 100011011 110011 111011

Color Harmonies of #AD60CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD60CC

Black with #AD60CC

Text Example


Text Example

White with #AD60CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD60CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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