Html Css Color HEX #AD60CB Medium Orchid

📋 copy color: '#AD60CB'

red 173 ◦ green 96 ◦ blue 203

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

Shades of Medium Orchid #AD60CB

Tints of Medium Orchid #AD60CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.01%

R = 36.65%
G = 20.34%
B = 43.01%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD60CB (or 0xAD60CB) is known color: Medium Orchid. HEX triplet: AD, 60 and CB. RGB value is (173,96,203). Sum of RGB (Red+Green+Blue) = 173+96+203=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD60CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60CB is #529F34. Grayscale: #828282. Windows color (decimal): -5414709 or 13328557. OLE color: 13328557.

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

Color convert

RGB 173 96 203 -
CMYK 0.15 0.53 0 0.20
HSL 283.18º 0.51% 0.59% -
HSV(B) 283.18º 0.53% 0.8% -
XYZ 32.2 21.56 58.96 -
YUV 131.22 168.51 157.8 -
System Red Green Blue C M Y K H S L
Decimal 173 96 203 0.15 0.53 0 0.20 283.18 0.51 0.59
Hex AD 60 CB F 35 0 14 11B 33 3B
Octal 255 140 313 17 65 0 24 433 63 73
Binary 10101101 1100000 11001011 1111 110101 0 10100 100011011 110011 111011

Color Harmonies of #AD60CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD60CB

Black with #AD60CB

Text Example


Text Example

White with #AD60CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD60CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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