Html Css Color HEX #AD51CF Medium Orchid

📋 copy color: '#AD51CF'

red 173 ◦ green 81 ◦ blue 207

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

Shades of Medium Orchid #AD51CF

Tints of Medium Orchid #AD51CF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.57%

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

R = 37.53%
G = 17.57%
B = 44.9%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD51CF (or 0xAD51CF) is known color: Medium Orchid. HEX triplet: AD, 51 and CF. RGB value is (173,81,207). Sum of RGB (Red+Green+Blue) = 173+81+207=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD51CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD51CF is #52AE30. Grayscale: #7A7A7A. Windows color (decimal): -5418545 or 13586861. OLE color: 13586861.

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

Color convert

RGB 173 81 207 -
CMYK 0.16 0.61 0 0.19
HSL 283.81º 0.57% 0.56% -
HSV(B) 283.81º 0.61% 0.81% -
XYZ 31.44 19.27 61.09 -
YUV 122.87 175.48 163.75 -
System Red Green Blue C M Y K H S L
Decimal 173 81 207 0.16 0.61 0 0.19 283.81 0.57 0.56
Hex AD 51 CF 10 3D 0 13 11C 39 38
Octal 255 121 317 20 75 0 23 434 71 70
Binary 10101101 1010001 11001111 10000 111101 0 10011 100011100 111001 111000

Color Harmonies of #AD51CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD51CF

Black with #AD51CF

Text Example


Text Example

White with #AD51CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD51CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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