Html Css Color HEX #AD5CDB Medium Orchid

📋 copy color: '#AD5CDB'

red 173 ◦ green 92 ◦ blue 219

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

Shades of Medium Orchid #AD5CDB

Tints of Medium Orchid #AD5CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 35.74%
G = 19.01%
B = 45.25%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD5CDB (or 0xAD5CDB) is known color: Medium Orchid. HEX triplet: AD, 5C and DB. RGB value is (173,92,219). Sum of RGB (Red+Green+Blue) = 173+92+219=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD5CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5CDB is #52A324. Grayscale: #828282. Windows color (decimal): -5415717 or 14376109. OLE color: 14376109.

HSL color Cylindrical-coordinate representation of color #AD5CDB: hue angle of 278.27º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD5CDB is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 92 219 -
CMYK 0.21 0.58 0 0.14
HSL 278.27º 0.64% 0.61% -
HSV(B) 278.27º 0.58% 0.86% -
XYZ 33.85 21.65 69.41 -
YUV 130.7 177.84 158.17 -
System Red Green Blue C M Y K H S L
Decimal 173 92 219 0.21 0.58 0 0.14 278.27 0.64 0.61
Hex AD 5C DB 15 3A 0 E 116 40 3D
Octal 255 134 333 25 72 0 16 426 100 75
Binary 10101101 1011100 11011011 10101 111010 0 1110 100010110 1000000 111101

Color Harmonies of #AD5CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5CDB

Black with #AD5CDB

Text Example


Text Example

White with #AD5CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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