Html Css Color HEX #A84DCE Medium Orchid

📋 copy color: '#A84DCE'

red 168 ◦ green 77 ◦ blue 206

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

Shades of Medium Orchid #A84DCE

Tints of Medium Orchid #A84DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.68%

R = 37.25%
G = 17.07%
B = 45.68%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A84DCE (or 0xA84DCE) is known color: Medium Orchid. HEX triplet: A8, 4D and CE. RGB value is (168,77,206). Sum of RGB (Red+Green+Blue) = 168+77+206=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #A84DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84DCE is #57B231. Grayscale: #767676. Windows color (decimal): -5747250 or 13520296. OLE color: 13520296.

HSL color Cylindrical-coordinate representation of color #A84DCE: hue angle of 282.33º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A84DCE is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 77 206 -
CMYK 0.18 0.63 0 0.19
HSL 282.33º 0.57% 0.55% -
HSV(B) 282.33º 0.63% 0.81% -
XYZ 29.94 18.09 60.31 -
YUV 118.92 177.15 163.01 -
System Red Green Blue C M Y K H S L
Decimal 168 77 206 0.18 0.63 0 0.19 282.33 0.57 0.55
Hex A8 4D CE 12 3F 0 13 11A 39 37
Octal 250 115 316 22 77 0 23 432 71 67
Binary 10101000 1001101 11001110 10010 111111 0 10011 100011010 111001 110111

Color Harmonies of #A84DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84DCE

Black with #A84DCE

Text Example


Text Example

White with #A84DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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