Html Css Color HEX #AD41CD Medium Orchid

📋 copy color: '#AD41CD'

red 173 ◦ green 65 ◦ blue 205

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

Shades of Medium Orchid #AD41CD

Tints of Medium Orchid #AD41CD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.67%

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 39.05%
G = 14.67%
B = 46.28%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD41CD (or 0xAD41CD) is known color: Medium Orchid. HEX triplet: AD, 41 and CD. RGB value is (173,65,205). Sum of RGB (Red+Green+Blue) = 173+65+205=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD41CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD41CD is #52BE32. Grayscale: #707070. Windows color (decimal): -5422643 or 13451693. OLE color: 13451693.

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

Color convert

RGB 173 65 205 -
CMYK 0.16 0.68 0 0.20
HSL 286.29º 0.58% 0.53% -
HSV(B) 286.29º 0.68% 0.8% -
XYZ 30.14 17.07 59.46 -
YUV 113.25 179.78 170.62 -
System Red Green Blue C M Y K H S L
Decimal 173 65 205 0.16 0.68 0 0.20 286.29 0.58 0.53
Hex AD 41 CD 10 44 0 14 11E 3A 35
Octal 255 101 315 20 104 0 24 436 72 65
Binary 10101101 1000001 11001101 10000 1000100 0 10100 100011110 111010 110101

Color Harmonies of #AD41CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD41CD

Black with #AD41CD

Text Example


Text Example

White with #AD41CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD41CD; }

 p { color: rgb(173,65,205); }

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

background-color css

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

 a { background-color: rgb(173,65,205); }

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

border-color css

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

 span { border-color: rgb(173,65,205); }

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