Html Css Color HEX #A84FCD Medium Orchid

📋 copy color: '#A84FCD'

red 168 ◦ green 79 ◦ blue 205

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

Shades of Medium Orchid #A84FCD

Tints of Medium Orchid #A84FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.48%

 BLUE value IS 205 (80.47% from 255) = 45.35%

R = 37.17%
G = 17.48%
B = 45.35%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A84FCD (or 0xA84FCD) is known color: Medium Orchid. HEX triplet: A8, 4F and CD. RGB value is (168,79,205). Sum of RGB (Red+Green+Blue) = 168+79+205=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #A84FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84FCD is #57B032. Grayscale: #777777. Windows color (decimal): -5746739 or 13455272. OLE color: 13455272.

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

Color convert

RGB 168 79 205 -
CMYK 0.18 0.61 0 0.20
HSL 282.38º 0.56% 0.56% -
HSV(B) 282.38º 0.61% 0.8% -
XYZ 29.96 18.32 59.72 -
YUV 119.98 175.99 162.25 -
System Red Green Blue C M Y K H S L
Decimal 168 79 205 0.18 0.61 0 0.20 282.38 0.56 0.56
Hex A8 4F CD 12 3D 0 14 11A 38 38
Octal 250 117 315 22 75 0 24 432 70 70
Binary 10101000 1001111 11001101 10010 111101 0 10100 100011010 111000 111000

Color Harmonies of #A84FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84FCD

Black with #A84FCD

Text Example


Text Example

White with #A84FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84FCD; }

 p { color: rgb(168,79,205); }

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

background-color css

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

 a { background-color: rgb(168,79,205); }

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

border-color css

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

 span { border-color: rgb(168,79,205); }

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