Html Css Color HEX #A850CC Medium Orchid

📋 copy color: '#A850CC'

red 168 ◦ green 80 ◦ blue 204

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

Shades of Medium Orchid #A850CC

Tints of Medium Orchid #A850CC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.7%

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

R = 37.17%
G = 17.7%
B = 45.13%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A850CC (or 0xA850CC) is known color: Medium Orchid. HEX triplet: A8, 50 and CC. RGB value is (168,80,204). Sum of RGB (Red+Green+Blue) = 168+80+204=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #A850CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A850CC is #57AF33. Grayscale: #787878. Windows color (decimal): -5746484 or 13389992. OLE color: 13389992.

HSL color Cylindrical-coordinate representation of color #A850CC: hue angle of 282.58º degrees, saturation: 0.55, 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 #A850CC is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 80 204 -
CMYK 0.18 0.61 0 0.2
HSL 282.58º 0.55% 0.56% -
HSV(B) 282.58º 0.61% 0.8% -
XYZ 29.92 18.42 59.11 -
YUV 120.45 175.15 161.92 -
System Red Green Blue C M Y K H S L
Decimal 168 80 204 0.18 0.61 0 0.2 282.58 0.55 0.56
Hex A8 50 CC 12 3D 0 14 11B 37 38
Octal 250 120 314 22 75 0 24 433 67 70
Binary 10101000 1010000 11001100 10010 111101 0 10100 100011011 110111 111000

Color Harmonies of #A850CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A850CC

Black with #A850CC

Text Example


Text Example

White with #A850CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A850CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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