Html Css Color HEX #AD64CC Medium Orchid

📋 copy color: '#AD64CC'

red 173 ◦ green 100 ◦ blue 204

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

Shades of Medium Orchid #AD64CC

Tints of Medium Orchid #AD64CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 36.27%
G = 20.96%
B = 42.77%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD64CC (or 0xAD64CC) is known color: Medium Orchid. HEX triplet: AD, 64 and CC. RGB value is (173,100,204). Sum of RGB (Red+Green+Blue) = 173+100+204=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD64CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD64CC is #529B33. Grayscale: #858585. Windows color (decimal): -5413684 or 13395117. OLE color: 13395117.

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

Color convert

RGB 173 100 204 -
CMYK 0.15 0.51 0 0.2
HSL 282.12º 0.5% 0.6% -
HSV(B) 282.12º 0.51% 0.8% -
XYZ 32.69 22.36 59.72 -
YUV 133.68 167.68 156.04 -
System Red Green Blue C M Y K H S L
Decimal 173 100 204 0.15 0.51 0 0.2 282.12 0.5 0.6
Hex AD 64 CC F 33 0 14 11A 32 3C
Octal 255 144 314 17 63 0 24 432 62 74
Binary 10101101 1100100 11001100 1111 110011 0 10100 100011010 110010 111100

Color Harmonies of #AD64CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD64CC

Black with #AD64CC

Text Example


Text Example

White with #AD64CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD64CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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