Html Css Color HEX #AD5FCB Medium Orchid

📋 copy color: '#AD5FCB'

red 173 ◦ green 95 ◦ blue 203

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

Shades of Medium Orchid #AD5FCB

Tints of Medium Orchid #AD5FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.17%

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

R = 36.73%
G = 20.17%
B = 43.1%

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

#AD5FCB (or 0xAD5FCB) is known color: Medium Orchid. HEX triplet: AD, 5F and CB. RGB value is (173,95,203). Sum of RGB (Red+Green+Blue) = 173+95+203=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD5FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5FCB is #52A034. Grayscale: #828282. Windows color (decimal): -5414965 or 13328301. OLE color: 13328301.

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

Color convert

RGB 173 95 203 -
CMYK 0.15 0.53 0 0.20
HSL 283.33º 0.51% 0.58% -
HSV(B) 283.33º 0.53% 0.8% -
XYZ 32.11 21.38 58.93 -
YUV 130.63 168.84 158.22 -
System Red Green Blue C M Y K H S L
Decimal 173 95 203 0.15 0.53 0 0.20 283.33 0.51 0.58
Hex AD 5F CB F 35 0 14 11B 33 3A
Octal 255 137 313 17 65 0 24 433 63 72
Binary 10101101 1011111 11001011 1111 110101 0 10100 100011011 110011 111010

Color Harmonies of #AD5FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5FCB

Black with #AD5FCB

Text Example


Text Example

White with #AD5FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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