Html Css Color HEX #AD5FC3 Medium Orchid

📋 copy color: '#AD5FC3'

red 173 ◦ green 95 ◦ blue 195

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

Shades of Medium Orchid #AD5FC3

Tints of Medium Orchid #AD5FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.12%

R = 37.37%
G = 20.52%
B = 42.12%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD5FC3 (or 0xAD5FC3) is known color: Medium Orchid. HEX triplet: AD, 5F and C3. RGB value is (173,95,195). Sum of RGB (Red+Green+Blue) = 173+95+195=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 195 (76.56% from 255 or 42.12% from 463); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD5FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5FC3 is #52A03C. Grayscale: #818181. Windows color (decimal): -5414973 or 12804013. OLE color: 12804013.

HSL color Cylindrical-coordinate representation of color #AD5FC3: hue angle of 286.8º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5FC3 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 95 195 -
CMYK 0.11 0.51 0 0.24
HSL 286.8º 0.45% 0.57% -
HSV(B) 286.8º 0.51% 0.76% -
XYZ 31.18 21.01 54.04 -
YUV 129.72 164.84 158.87 -
System Red Green Blue C M Y K H S L
Decimal 173 95 195 0.11 0.51 0 0.24 286.8 0.45 0.57
Hex AD 5F C3 B 33 0 18 11F 2D 39
Octal 255 137 303 13 63 0 30 437 55 71
Binary 10101101 1011111 11000011 1011 110011 0 11000 100011111 101101 111001

Color Harmonies of #AD5FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5FC3

Black with #AD5FC3

Text Example


Text Example

White with #AD5FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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