Html Css Color HEX #AD52C8 Medium Orchid

📋 copy color: '#AD52C8'

red 173 ◦ green 82 ◦ blue 200

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

Shades of Medium Orchid #AD52C8

Tints of Medium Orchid #AD52C8

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.02%

 BLUE value IS 200 (78.52% from 255) = 43.96%

R = 38.02%
G = 18.02%
B = 43.96%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD52C8 (or 0xAD52C8) is known color: Medium Orchid. HEX triplet: AD, 52 and C8. RGB value is (173,82,200). Sum of RGB (Red+Green+Blue) = 173+82+200=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD52C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD52C8 is #52AD37. Grayscale: #7A7A7A. Windows color (decimal): -5418296 or 13128365. OLE color: 13128365.

HSL color Cylindrical-coordinate representation of color #AD52C8: hue angle of 286.27º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD52C8 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 82 200 -
CMYK 0.14 0.59 0 0.22
HSL 286.27º 0.52% 0.55% -
HSV(B) 286.27º 0.59% 0.78% -
XYZ 30.68 19.09 56.71 -
YUV 122.66 171.65 163.91 -
System Red Green Blue C M Y K H S L
Decimal 173 82 200 0.14 0.59 0 0.22 286.27 0.52 0.55
Hex AD 52 C8 E 3B 0 16 11E 34 37
Octal 255 122 310 16 73 0 26 436 64 67
Binary 10101101 1010010 11001000 1110 111011 0 10110 100011110 110100 110111

Color Harmonies of #AD52C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD52C8

Black with #AD52C8

Text Example


Text Example

White with #AD52C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD52C8; }

 p { color: rgb(173,82,200); }

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

background-color css

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

 a { background-color: rgb(173,82,200); }

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

border-color css

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

 span { border-color: rgb(173,82,200); }

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