Html Css Color HEX #AD5CDA Medium Orchid

📋 copy color: '#AD5CDA'

red 173 ◦ green 92 ◦ blue 218

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

Shades of Medium Orchid #AD5CDA

Tints of Medium Orchid #AD5CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.13%

R = 35.82%
G = 19.05%
B = 45.13%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD5CDA (or 0xAD5CDA) is known color: Medium Orchid. HEX triplet: AD, 5C and DA. RGB value is (173,92,218). Sum of RGB (Red+Green+Blue) = 173+92+218=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD5CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5CDA is #52A325. Grayscale: #828282. Windows color (decimal): -5415718 or 14310573. OLE color: 14310573.

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

Color convert

RGB 173 92 218 -
CMYK 0.21 0.58 0 0.15
HSL 278.57º 0.63% 0.61% -
HSV(B) 278.57º 0.58% 0.85% -
XYZ 33.72 21.6 68.72 -
YUV 130.58 177.34 158.25 -
System Red Green Blue C M Y K H S L
Decimal 173 92 218 0.21 0.58 0 0.15 278.57 0.63 0.61
Hex AD 5C DA 15 3A 0 F 117 3F 3D
Octal 255 134 332 25 72 0 17 427 77 75
Binary 10101101 1011100 11011010 10101 111010 0 1111 100010111 111111 111101

Color Harmonies of #AD5CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5CDA

Black with #AD5CDA

Text Example


Text Example

White with #AD5CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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