Html Css Color HEX #AD5FCE Medium Orchid

📋 copy color: '#AD5FCE'

red 173 ◦ green 95 ◦ blue 206

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

Shades of Medium Orchid #AD5FCE

Tints of Medium Orchid #AD5FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 36.5%
G = 20.04%
B = 43.46%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD5FCE (or 0xAD5FCE) is known color: Medium Orchid. HEX triplet: AD, 5F and CE. RGB value is (173,95,206). Sum of RGB (Red+Green+Blue) = 173+95+206=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD5FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5FCE is #52A031. Grayscale: #828282. Windows color (decimal): -5414962 or 13524909. OLE color: 13524909.

HSL color Cylindrical-coordinate representation of color #AD5FCE: hue angle of 282.16º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD5FCE is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 95 206 -
CMYK 0.16 0.54 0 0.19
HSL 282.16º 0.53% 0.59% -
HSV(B) 282.16º 0.54% 0.81% -
XYZ 32.47 21.52 60.84 -
YUV 130.98 170.34 157.97 -
System Red Green Blue C M Y K H S L
Decimal 173 95 206 0.16 0.54 0 0.19 282.16 0.53 0.59
Hex AD 5F CE 10 36 0 13 11A 35 3B
Octal 255 137 316 20 66 0 23 432 65 73
Binary 10101101 1011111 11001110 10000 110110 0 10011 100011010 110101 111011

Color Harmonies of #AD5FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5FCE

Black with #AD5FCE

Text Example


Text Example

White with #AD5FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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