Html Css Color HEX #AD52CC Medium Orchid

📋 copy color: '#AD52CC'

red 173 ◦ green 82 ◦ blue 204

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

Shades of Medium Orchid #AD52CC

Tints of Medium Orchid #AD52CC

RGB

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

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

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

R = 37.69%
G = 17.86%
B = 44.44%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD52CC (or 0xAD52CC) is known color: Medium Orchid. HEX triplet: AD, 52 and CC. RGB value is (173,82,204). Sum of RGB (Red+Green+Blue) = 173+82+204=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD52CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD52CC is #52AD33. Grayscale: #7A7A7A. Windows color (decimal): -5418292 or 13390509. OLE color: 13390509.

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

Color convert

RGB 173 82 204 -
CMYK 0.15 0.60 0 0.2
HSL 284.75º 0.54% 0.56% -
HSV(B) 284.75º 0.6% 0.8% -
XYZ 31.15 19.28 59.21 -
YUV 123.12 173.65 163.58 -
System Red Green Blue C M Y K H S L
Decimal 173 82 204 0.15 0.60 0 0.2 284.75 0.54 0.56
Hex AD 52 CC F 3C 0 14 11D 36 38
Octal 255 122 314 17 74 0 24 435 66 70
Binary 10101101 1010010 11001100 1111 111100 0 10100 100011101 110110 111000

Color Harmonies of #AD52CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD52CC

Black with #AD52CC

Text Example


Text Example

White with #AD52CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD52CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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