Html Css Color HEX #AD53CC Medium Orchid

📋 copy color: '#AD53CC'

red 173 ◦ green 83 ◦ blue 204

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

Shades of Medium Orchid #AD53CC

Tints of Medium Orchid #AD53CC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.04%

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

R = 37.61%
G = 18.04%
B = 44.35%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD53CC (or 0xAD53CC) is known color: Medium Orchid. HEX triplet: AD, 53 and CC. RGB value is (173,83,204). Sum of RGB (Red+Green+Blue) = 173+83+204=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD53CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD53CC is #52AC33. Grayscale: #7B7B7B. Windows color (decimal): -5418036 or 13390765. OLE color: 13390765.

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

Color convert

RGB 173 83 204 -
CMYK 0.15 0.59 0 0.2
HSL 284.63º 0.54% 0.56% -
HSV(B) 284.63º 0.59% 0.8% -
XYZ 31.23 19.43 59.23 -
YUV 123.7 173.32 163.16 -
System Red Green Blue C M Y K H S L
Decimal 173 83 204 0.15 0.59 0 0.2 284.63 0.54 0.56
Hex AD 53 CC F 3B 0 14 11D 36 38
Octal 255 123 314 17 73 0 24 435 66 70
Binary 10101101 1010011 11001100 1111 111011 0 10100 100011101 110110 111000

Color Harmonies of #AD53CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD53CC

Black with #AD53CC

Text Example


Text Example

White with #AD53CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD53CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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