Html Css Color HEX #AD64CB Medium Orchid

📋 copy color: '#AD64CB'

red 173 ◦ green 100 ◦ blue 203

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

Shades of Medium Orchid #AD64CB

Tints of Medium Orchid #AD64CB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.01%

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

R = 36.34%
G = 21.01%
B = 42.65%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD64CB (or 0xAD64CB) is known color: Medium Orchid. HEX triplet: AD, 64 and CB. RGB value is (173,100,203). Sum of RGB (Red+Green+Blue) = 173+100+203=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD64CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD64CB is #529B34. Grayscale: #858585. Windows color (decimal): -5413685 or 13329581. OLE color: 13329581.

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

Color convert

RGB 173 100 203 -
CMYK 0.15 0.51 0 0.20
HSL 282.52º 0.5% 0.59% -
HSV(B) 282.52º 0.51% 0.8% -
XYZ 32.57 22.31 59.09 -
YUV 133.57 167.18 156.12 -
System Red Green Blue C M Y K H S L
Decimal 173 100 203 0.15 0.51 0 0.20 282.52 0.5 0.59
Hex AD 64 CB F 33 0 14 11B 32 3B
Octal 255 144 313 17 63 0 24 433 62 73
Binary 10101101 1100100 11001011 1111 110011 0 10100 100011011 110010 111011

Color Harmonies of #AD64CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD64CB

Black with #AD64CB

Text Example


Text Example

White with #AD64CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD64CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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