Html Css Color HEX #AD51CE Medium Orchid

📋 copy color: '#AD51CE'

red 173 ◦ green 81 ◦ blue 206

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

Shades of Medium Orchid #AD51CE

Tints of Medium Orchid #AD51CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 37.61%
G = 17.61%
B = 44.78%

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

#AD51CE (or 0xAD51CE) is known color: Medium Orchid. HEX triplet: AD, 51 and CE. RGB value is (173,81,206). Sum of RGB (Red+Green+Blue) = 173+81+206=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD51CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD51CE is #52AE31. Grayscale: #7A7A7A. Windows color (decimal): -5418546 or 13521325. OLE color: 13521325.

HSL color Cylindrical-coordinate representation of color #AD51CE: hue angle of 284.16º degrees, saturation: 0.56, 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 #AD51CE is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 81 206 -
CMYK 0.16 0.61 0 0.19
HSL 284.16º 0.56% 0.56% -
HSV(B) 284.16º 0.61% 0.81% -
XYZ 31.32 19.23 60.45 -
YUV 122.76 174.98 163.84 -
System Red Green Blue C M Y K H S L
Decimal 173 81 206 0.16 0.61 0 0.19 284.16 0.56 0.56
Hex AD 51 CE 10 3D 0 13 11C 38 38
Octal 255 121 316 20 75 0 23 434 70 70
Binary 10101101 1010001 11001110 10000 111101 0 10011 100011100 111000 111000

Color Harmonies of #AD51CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD51CE

Black with #AD51CE

Text Example


Text Example

White with #AD51CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD51CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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