Html Css Color HEX #A850CE Medium Orchid

📋 copy color: '#A850CE'

red 168 ◦ green 80 ◦ blue 206

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

Shades of Medium Orchid #A850CE

Tints of Medium Orchid #A850CE

RGB

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

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

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

R = 37%
G = 17.62%
B = 45.37%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A850CE (or 0xA850CE) is known color: Medium Orchid. HEX triplet: A8, 50 and CE. RGB value is (168,80,206). Sum of RGB (Red+Green+Blue) = 168+80+206=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #A850CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A850CE is #57AF31. Grayscale: #787878. Windows color (decimal): -5746482 or 13521064. OLE color: 13521064.

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

Color convert

RGB 168 80 206 -
CMYK 0.18 0.61 0 0.19
HSL 281.9º 0.56% 0.56% -
HSV(B) 281.9º 0.61% 0.81% -
XYZ 30.16 18.52 60.38 -
YUV 120.68 176.15 161.75 -
System Red Green Blue C M Y K H S L
Decimal 168 80 206 0.18 0.61 0 0.19 281.9 0.56 0.56
Hex A8 50 CE 12 3D 0 13 11A 38 38
Octal 250 120 316 22 75 0 23 432 70 70
Binary 10101000 1010000 11001110 10010 111101 0 10011 100011010 111000 111000

Color Harmonies of #A850CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A850CE

Black with #A850CE

Text Example


Text Example

White with #A850CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A850CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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