Html Css Color HEX #AD41CF Medium Orchid

📋 copy color: '#AD41CF'

red 173 ◦ green 65 ◦ blue 207

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

Shades of Medium Orchid #AD41CF

Tints of Medium Orchid #AD41CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.52%

R = 38.88%
G = 14.61%
B = 46.52%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD41CF (or 0xAD41CF) is known color: Medium Orchid. HEX triplet: AD, 41 and CF. RGB value is (173,65,207). Sum of RGB (Red+Green+Blue) = 173+65+207=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD41CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD41CF is #52BE30. Grayscale: #717171. Windows color (decimal): -5422641 or 13582765. OLE color: 13582765.

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

Color convert

RGB 173 65 207 -
CMYK 0.16 0.69 0 0.19
HSL 285.63º 0.6% 0.53% -
HSV(B) 285.63º 0.69% 0.81% -
XYZ 30.39 17.17 60.74 -
YUV 113.48 180.78 170.45 -
System Red Green Blue C M Y K H S L
Decimal 173 65 207 0.16 0.69 0 0.19 285.63 0.6 0.53
Hex AD 41 CF 10 45 0 13 11E 3C 35
Octal 255 101 317 20 105 0 23 436 74 65
Binary 10101101 1000001 11001111 10000 1000101 0 10011 100011110 111100 110101

Color Harmonies of #AD41CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD41CF

Black with #AD41CF

Text Example


Text Example

White with #AD41CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD41CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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