Html Css Color HEX #AD48CC Medium Orchid

📋 copy color: '#AD48CC'

red 173 ◦ green 72 ◦ blue 204

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

Shades of Medium Orchid #AD48CC

Tints of Medium Orchid #AD48CC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.04%

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

R = 38.53%
G = 16.04%
B = 45.43%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD48CC (or 0xAD48CC) is known color: Medium Orchid. HEX triplet: AD, 48 and CC. RGB value is (173,72,204). Sum of RGB (Red+Green+Blue) = 173+72+204=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD48CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD48CC is #52B733. Grayscale: #747474. Windows color (decimal): -5420852 or 13387949. OLE color: 13387949.

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

Color convert

RGB 173 72 204 -
CMYK 0.15 0.65 0 0.2
HSL 285.91º 0.56% 0.54% -
HSV(B) 285.91º 0.65% 0.8% -
XYZ 30.45 17.88 58.97 -
YUV 117.25 176.96 167.77 -
System Red Green Blue C M Y K H S L
Decimal 173 72 204 0.15 0.65 0 0.2 285.91 0.56 0.54
Hex AD 48 CC F 41 0 14 11E 38 36
Octal 255 110 314 17 101 0 24 436 70 66
Binary 10101101 1001000 11001100 1111 1000001 0 10100 100011110 111000 110110

Color Harmonies of #AD48CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD48CC

Black with #AD48CC

Text Example


Text Example

White with #AD48CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD48CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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