Html Css Color HEX #AD5FCA Medium Orchid

📋 copy color: '#AD5FCA'

red 173 ◦ green 95 ◦ blue 202

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

Shades of Medium Orchid #AD5FCA

Tints of Medium Orchid #AD5FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.98%

R = 36.81%
G = 20.21%
B = 42.98%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD5FCA (or 0xAD5FCA) is known color: Medium Orchid. HEX triplet: AD, 5F and CA. RGB value is (173,95,202). Sum of RGB (Red+Green+Blue) = 173+95+202=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD5FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5FCA is #52A035. Grayscale: #828282. Windows color (decimal): -5414966 or 13262765. OLE color: 13262765.

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

Color convert

RGB 173 95 202 -
CMYK 0.14 0.53 0 0.21
HSL 283.74º 0.5% 0.58% -
HSV(B) 283.74º 0.53% 0.79% -
XYZ 31.99 21.33 58.31 -
YUV 130.52 168.34 158.3 -
System Red Green Blue C M Y K H S L
Decimal 173 95 202 0.14 0.53 0 0.21 283.74 0.5 0.58
Hex AD 5F CA E 35 0 15 11C 32 3A
Octal 255 137 312 16 65 0 25 434 62 72
Binary 10101101 1011111 11001010 1110 110101 0 10101 100011100 110010 111010

Color Harmonies of #AD5FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5FCA

Black with #AD5FCA

Text Example


Text Example

White with #AD5FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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