Html Css Color HEX #AD53CB Medium Orchid

📋 copy color: '#AD53CB'

red 173 ◦ green 83 ◦ blue 203

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

Shades of Medium Orchid #AD53CB

Tints of Medium Orchid #AD53CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.23%

R = 37.69%
G = 18.08%
B = 44.23%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD53CB (or 0xAD53CB) is known color: Medium Orchid. HEX triplet: AD, 53 and CB. RGB value is (173,83,203). Sum of RGB (Red+Green+Blue) = 173+83+203=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD53CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD53CB is #52AC34. Grayscale: #7B7B7B. Windows color (decimal): -5418037 or 13325229. OLE color: 13325229.

HSL color Cylindrical-coordinate representation of color #AD53CB: hue angle of 285º 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 #AD53CB is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 83 203 -
CMYK 0.15 0.59 0 0.20
HSL 285º 0.54% 0.56% -
HSV(B) 285º 0.59% 0.8% -
XYZ 31.11 19.38 58.6 -
YUV 123.59 172.82 163.24 -
System Red Green Blue C M Y K H S L
Decimal 173 83 203 0.15 0.59 0 0.20 285 0.54 0.56
Hex AD 53 CB F 3B 0 14 11D 36 38
Octal 255 123 313 17 73 0 24 435 66 70
Binary 10101101 1010011 11001011 1111 111011 0 10100 100011101 110110 111000

Color Harmonies of #AD53CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD53CB

Black with #AD53CB

Text Example


Text Example

White with #AD53CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD53CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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