Html Css Color HEX #AD5DCC Medium Orchid

📋 copy color: '#AD5DCC'

red 173 ◦ green 93 ◦ blue 204

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

Shades of Medium Orchid #AD5DCC

Tints of Medium Orchid #AD5DCC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.79%

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

R = 36.81%
G = 19.79%
B = 43.4%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD5DCC (or 0xAD5DCC) is known color: Medium Orchid. HEX triplet: AD, 5D and CC. RGB value is (173,93,204). Sum of RGB (Red+Green+Blue) = 173+93+204=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD5DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5DCC is #52A233. Grayscale: #818181. Windows color (decimal): -5415476 or 13393325. OLE color: 13393325.

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

Color convert

RGB 173 93 204 -
CMYK 0.15 0.54 0 0.2
HSL 283.24º 0.52% 0.58% -
HSV(B) 283.24º 0.54% 0.8% -
XYZ 32.05 21.07 59.51 -
YUV 129.57 170 158.97 -
System Red Green Blue C M Y K H S L
Decimal 173 93 204 0.15 0.54 0 0.2 283.24 0.52 0.58
Hex AD 5D CC F 36 0 14 11B 34 3A
Octal 255 135 314 17 66 0 24 433 64 72
Binary 10101101 1011101 11001100 1111 110110 0 10100 100011011 110100 111010

Color Harmonies of #AD5DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5DCC

Black with #AD5DCC

Text Example


Text Example

White with #AD5DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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