Html Css Color HEX #AD46CC Medium Orchid

📋 copy color: '#AD46CC'

red 173 ◦ green 70 ◦ blue 204

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

Shades of Medium Orchid #AD46CC

Tints of Medium Orchid #AD46CC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.66%

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

R = 38.7%
G = 15.66%
B = 45.64%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD46CC (or 0xAD46CC) is known color: Medium Orchid. HEX triplet: AD, 46 and CC. RGB value is (173,70,204). Sum of RGB (Red+Green+Blue) = 173+70+204=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD46CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD46CC is #52B933. Grayscale: #737373. Windows color (decimal): -5421364 or 13387437. OLE color: 13387437.

HSL color Cylindrical-coordinate representation of color #AD46CC: hue angle of 286.12º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD46CC is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 70 204 -
CMYK 0.15 0.66 0 0.2
HSL 286.12º 0.57% 0.54% -
HSV(B) 286.12º 0.66% 0.8% -
XYZ 30.32 17.62 58.93 -
YUV 116.07 177.62 168.6 -
System Red Green Blue C M Y K H S L
Decimal 173 70 204 0.15 0.66 0 0.2 286.12 0.57 0.54
Hex AD 46 CC F 42 0 14 11E 39 36
Octal 255 106 314 17 102 0 24 436 71 66
Binary 10101101 1000110 11001100 1111 1000010 0 10100 100011110 111001 110110

Color Harmonies of #AD46CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD46CC

Black with #AD46CC

Text Example


Text Example

White with #AD46CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD46CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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