Html Css Color HEX #A84DCC Medium Orchid

📋 copy color: '#A84DCC'

red 168 ◦ green 77 ◦ blue 204

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

Shades of Medium Orchid #A84DCC

Tints of Medium Orchid #A84DCC

RGB

 RED value IS 168 (66.02% from 255) = 37.42%

 GREEN value IS 77 (30.47% from 255) = 17.15%

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

R = 37.42%
G = 17.15%
B = 45.43%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A84DCC (or 0xA84DCC) is known color: Medium Orchid. HEX triplet: A8, 4D and CC. RGB value is (168,77,204). Sum of RGB (Red+Green+Blue) = 168+77+204=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #A84DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84DCC is #57B233. Grayscale: #767676. Windows color (decimal): -5747252 or 13389224. OLE color: 13389224.

HSL color Cylindrical-coordinate representation of color #A84DCC: hue angle of 282.99º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A84DCC is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 77 204 -
CMYK 0.18 0.62 0 0.2
HSL 282.99º 0.55% 0.55% -
HSV(B) 282.99º 0.62% 0.8% -
XYZ 29.7 17.99 59.03 -
YUV 118.69 176.15 163.17 -
System Red Green Blue C M Y K H S L
Decimal 168 77 204 0.18 0.62 0 0.2 282.99 0.55 0.55
Hex A8 4D CC 12 3E 0 14 11B 37 37
Octal 250 115 314 22 76 0 24 433 67 67
Binary 10101000 1001101 11001100 10010 111110 0 10100 100011011 110111 110111

Color Harmonies of #A84DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84DCC

Black with #A84DCC

Text Example


Text Example

White with #A84DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84DCC; }

 p { color: rgb(168,77,204); }

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

background-color css

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

 a { background-color: rgb(168,77,204); }

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

border-color css

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

 span { border-color: rgb(168,77,204); }

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