Html Css Color HEX #AD66CC Medium Orchid

📋 copy color: '#AD66CC'

red 173 ◦ green 102 ◦ blue 204

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

Shades of Medium Orchid #AD66CC

Tints of Medium Orchid #AD66CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.59%

R = 36.12%
G = 21.29%
B = 42.59%

CMYK

 C value IS 0.15

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD66CC (or 0xAD66CC) is known color: Medium Orchid. HEX triplet: AD, 66 and CC. RGB value is (173,102,204). Sum of RGB (Red+Green+Blue) = 173+102+204=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD66CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD66CC is #529933. Grayscale: #868686. Windows color (decimal): -5413172 or 13395629. OLE color: 13395629.

HSL color Cylindrical-coordinate representation of color #AD66CC: hue angle of 281.76º degrees, saturation: 0.5, 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 #AD66CC is Cyan = 0.15, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 102 204 -
CMYK 0.15 0.5 0 0.2
HSL 281.76º 0.5% 0.6% -
HSV(B) 281.76º 0.5% 0.8% -
XYZ 32.88 22.75 59.78 -
YUV 134.86 167.02 155.21 -
System Red Green Blue C M Y K H S L
Decimal 173 102 204 0.15 0.5 0 0.2 281.76 0.5 0.6
Hex AD 66 CC F 32 0 14 11A 32 3C
Octal 255 146 314 17 62 0 24 432 62 74
Binary 10101101 1100110 11001100 1111 110010 0 10100 100011010 110010 111100

Color Harmonies of #AD66CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD66CC

Black with #AD66CC

Text Example


Text Example

White with #AD66CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD66CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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