Html Css Color HEX #AD55CB Medium Orchid

📋 copy color: '#AD55CB'

red 173 ◦ green 85 ◦ blue 203

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

Shades of Medium Orchid #AD55CB

Tints of Medium Orchid #AD55CB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.44%

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

R = 37.53%
G = 18.44%
B = 44.03%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD55CB (or 0xAD55CB) is known color: Medium Orchid. HEX triplet: AD, 55 and CB. RGB value is (173,85,203). Sum of RGB (Red+Green+Blue) = 173+85+203=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD55CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD55CB is #52AA34. Grayscale: #7C7C7C. Windows color (decimal): -5417525 or 13325741. OLE color: 13325741.

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

Color convert

RGB 173 85 203 -
CMYK 0.15 0.58 0 0.20
HSL 284.75º 0.53% 0.56% -
HSV(B) 284.75º 0.58% 0.8% -
XYZ 31.26 19.69 58.65 -
YUV 124.76 172.15 162.41 -
System Red Green Blue C M Y K H S L
Decimal 173 85 203 0.15 0.58 0 0.20 284.75 0.53 0.56
Hex AD 55 CB F 3A 0 14 11D 35 38
Octal 255 125 313 17 72 0 24 435 65 70
Binary 10101101 1010101 11001011 1111 111010 0 10100 100011101 110101 111000

Color Harmonies of #AD55CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD55CB

Black with #AD55CB

Text Example


Text Example

White with #AD55CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD55CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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