Html Css Color HEX #AD61CB Medium Orchid

📋 copy color: '#AD61CB'

red 173 ◦ green 97 ◦ blue 203

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

Shades of Medium Orchid #AD61CB

Tints of Medium Orchid #AD61CB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.51%

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

R = 36.58%
G = 20.51%
B = 42.92%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD61CB (or 0xAD61CB) is known color: Medium Orchid. HEX triplet: AD, 61 and CB. RGB value is (173,97,203). Sum of RGB (Red+Green+Blue) = 173+97+203=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD61CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61CB is #529E34. Grayscale: #838383. Windows color (decimal): -5414453 or 13328813. OLE color: 13328813.

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

Color convert

RGB 173 97 203 -
CMYK 0.15 0.52 0 0.20
HSL 283.02º 0.5% 0.59% -
HSV(B) 283.02º 0.52% 0.8% -
XYZ 32.29 21.75 59 -
YUV 131.81 168.18 157.38 -
System Red Green Blue C M Y K H S L
Decimal 173 97 203 0.15 0.52 0 0.20 283.02 0.5 0.59
Hex AD 61 CB F 34 0 14 11B 32 3B
Octal 255 141 313 17 64 0 24 433 62 73
Binary 10101101 1100001 11001011 1111 110100 0 10100 100011011 110010 111011

Color Harmonies of #AD61CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD61CB

Black with #AD61CB

Text Example


Text Example

White with #AD61CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD61CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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