Html Css Color HEX #AD50CB Medium Orchid

📋 copy color: '#AD50CB'

red 173 ◦ green 80 ◦ blue 203

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

Shades of Medium Orchid #AD50CB

Tints of Medium Orchid #AD50CB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.54%

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

R = 37.94%
G = 17.54%
B = 44.52%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD50CB (or 0xAD50CB) is known color: Medium Orchid. HEX triplet: AD, 50 and CB. RGB value is (173,80,203). Sum of RGB (Red+Green+Blue) = 173+80+203=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD50CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD50CB is #52AF34. Grayscale: #797979. Windows color (decimal): -5418805 or 13324461. OLE color: 13324461.

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

Color convert

RGB 173 80 203 -
CMYK 0.15 0.61 0 0.20
HSL 285.37º 0.54% 0.55% -
HSV(B) 285.37º 0.61% 0.8% -
XYZ 30.88 18.93 58.53 -
YUV 121.83 173.81 164.5 -
System Red Green Blue C M Y K H S L
Decimal 173 80 203 0.15 0.61 0 0.20 285.37 0.54 0.55
Hex AD 50 CB F 3D 0 14 11D 36 37
Octal 255 120 313 17 75 0 24 435 66 67
Binary 10101101 1010000 11001011 1111 111101 0 10100 100011101 110110 110111

Color Harmonies of #AD50CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD50CB

Black with #AD50CB

Text Example


Text Example

White with #AD50CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD50CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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