Html Css Color HEX #AD5CC8 Medium Orchid

📋 copy color: '#AD5CC8'

red 173 ◦ green 92 ◦ blue 200

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

Shades of Medium Orchid #AD5CC8

Tints of Medium Orchid #AD5CC8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.78%

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

R = 37.2%
G = 19.78%
B = 43.01%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD5CC8 (or 0xAD5CC8) is known color: Medium Orchid. HEX triplet: AD, 5C and C8. RGB value is (173,92,200). Sum of RGB (Red+Green+Blue) = 173+92+200=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD5CC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5CC8 is #52A337. Grayscale: #808080. Windows color (decimal): -5415736 or 13130925. OLE color: 13130925.

HSL color Cylindrical-coordinate representation of color #AD5CC8: hue angle of 285º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD5CC8 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 92 200 -
CMYK 0.14 0.54 0 0.22
HSL 285º 0.5% 0.57% -
HSV(B) 285º 0.54% 0.78% -
XYZ 31.49 20.71 56.98 -
YUV 128.53 168.34 159.72 -
System Red Green Blue C M Y K H S L
Decimal 173 92 200 0.14 0.54 0 0.22 285 0.5 0.57
Hex AD 5C C8 E 36 0 16 11D 32 39
Octal 255 134 310 16 66 0 26 435 62 71
Binary 10101101 1011100 11001000 1110 110110 0 10110 100011101 110010 111001

Color Harmonies of #AD5CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5CC8

Black with #AD5CC8

Text Example


Text Example

White with #AD5CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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