Html Css Color HEX #AD66CE Medium Orchid

📋 copy color: '#AD66CE'

red 173 ◦ green 102 ◦ blue 206

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

Shades of Medium Orchid #AD66CE

Tints of Medium Orchid #AD66CE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.21%

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

R = 35.97%
G = 21.21%
B = 42.83%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD66CE (or 0xAD66CE) is known color: Medium Orchid. HEX triplet: AD, 66 and CE. RGB value is (173,102,206). Sum of RGB (Red+Green+Blue) = 173+102+206=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD66CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD66CE is #529931. Grayscale: #868686. Windows color (decimal): -5413170 or 13526701. OLE color: 13526701.

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

Color convert

RGB 173 102 206 -
CMYK 0.16 0.50 0 0.19
HSL 280.96º 0.51% 0.6% -
HSV(B) 280.96º 0.5% 0.81% -
XYZ 33.13 22.84 61.06 -
YUV 135.09 168.02 155.04 -
System Red Green Blue C M Y K H S L
Decimal 173 102 206 0.16 0.50 0 0.19 280.96 0.51 0.6
Hex AD 66 CE 10 32 0 13 119 33 3C
Octal 255 146 316 20 62 0 23 431 63 74
Binary 10101101 1100110 11001110 10000 110010 0 10011 100011001 110011 111100

Color Harmonies of #AD66CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD66CE

Black with #AD66CE

Text Example


Text Example

White with #AD66CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD66CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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