Html Css Color HEX #AD5CCC Medium Orchid

📋 copy color: '#AD5CCC'

red 173 ◦ green 92 ◦ blue 204

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

Shades of Medium Orchid #AD5CCC

Tints of Medium Orchid #AD5CCC

RGB

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

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

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

R = 36.89%
G = 19.62%
B = 43.5%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD5CCC (or 0xAD5CCC) is known color: Medium Orchid. HEX triplet: AD, 5C and CC. RGB value is (173,92,204). Sum of RGB (Red+Green+Blue) = 173+92+204=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD5CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5CCC is #52A333. Grayscale: #808080. Windows color (decimal): -5415732 or 13393069. OLE color: 13393069.

HSL color Cylindrical-coordinate representation of color #AD5CCC: hue angle of 283.39º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD5CCC is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 92 204 -
CMYK 0.15 0.55 0 0.2
HSL 283.39º 0.52% 0.58% -
HSV(B) 283.39º 0.55% 0.8% -
XYZ 31.96 20.9 59.48 -
YUV 128.99 170.34 159.39 -
System Red Green Blue C M Y K H S L
Decimal 173 92 204 0.15 0.55 0 0.2 283.39 0.52 0.58
Hex AD 5C CC F 37 0 14 11B 34 3A
Octal 255 134 314 17 67 0 24 433 64 72
Binary 10101101 1011100 11001100 1111 110111 0 10100 100011011 110100 111010

Color Harmonies of #AD5CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5CCC

Black with #AD5CCC

Text Example


Text Example

White with #AD5CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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