Html Css Color HEX #AD66CD Medium Orchid

📋 copy color: '#AD66CD'

red 173 ◦ green 102 ◦ blue 205

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

Shades of Medium Orchid #AD66CD

Tints of Medium Orchid #AD66CD

RGB

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

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

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

R = 36.04%
G = 21.25%
B = 42.71%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD66CD (or 0xAD66CD) is known color: Medium Orchid. HEX triplet: AD, 66 and CD. RGB value is (173,102,205). Sum of RGB (Red+Green+Blue) = 173+102+205=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD66CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD66CD is #529932. Grayscale: #868686. Windows color (decimal): -5413171 or 13461165. OLE color: 13461165.

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

Color convert

RGB 173 102 205 -
CMYK 0.16 0.50 0 0.20
HSL 281.36º 0.51% 0.6% -
HSV(B) 281.36º 0.5% 0.8% -
XYZ 33 22.79 60.42 -
YUV 134.97 167.52 155.12 -
System Red Green Blue C M Y K H S L
Decimal 173 102 205 0.16 0.50 0 0.20 281.36 0.51 0.6
Hex AD 66 CD 10 32 0 14 119 33 3C
Octal 255 146 315 20 62 0 24 431 63 74
Binary 10101101 1100110 11001101 10000 110010 0 10100 100011001 110011 111100

Color Harmonies of #AD66CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD66CD

Black with #AD66CD

Text Example


Text Example

White with #AD66CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD66CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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