Html Css Color HEX #AD66CB Medium Orchid

📋 copy color: '#AD66CB'

red 173 ◦ green 102 ◦ blue 203

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

Shades of Medium Orchid #AD66CB

Tints of Medium Orchid #AD66CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 36.19%
G = 21.34%
B = 42.47%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD66CB (or 0xAD66CB) is known color: Medium Orchid. HEX triplet: AD, 66 and CB. RGB value is (173,102,203). Sum of RGB (Red+Green+Blue) = 173+102+203=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD66CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD66CB is #529934. Grayscale: #868686. Windows color (decimal): -5413173 or 13330093. OLE color: 13330093.

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

Color convert

RGB 173 102 203 -
CMYK 0.15 0.50 0 0.20
HSL 282.18º 0.49% 0.6% -
HSV(B) 282.18º 0.5% 0.8% -
XYZ 32.76 22.7 59.15 -
YUV 134.74 166.52 155.29 -
System Red Green Blue C M Y K H S L
Decimal 173 102 203 0.15 0.50 0 0.20 282.18 0.49 0.6
Hex AD 66 CB F 32 0 14 11A 31 3C
Octal 255 146 313 17 62 0 24 432 61 74
Binary 10101101 1100110 11001011 1111 110010 0 10100 100011010 110001 111100

Color Harmonies of #AD66CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD66CB

Black with #AD66CB

Text Example


Text Example

White with #AD66CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD66CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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