Html Css Color HEX #A650CE Medium Orchid

📋 copy color: '#A650CE'

red 166 ◦ green 80 ◦ blue 206

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

Shades of Medium Orchid #A650CE

Tints of Medium Orchid #A650CE

RGB

 RED value IS 166 (65.23% from 255) = 36.73%

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

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

R = 36.73%
G = 17.7%
B = 45.58%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A650CE (or 0xA650CE) is known color: Medium Orchid. HEX triplet: A6, 50 and CE. RGB value is (166,80,206). Sum of RGB (Red+Green+Blue) = 166+80+206=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #A650CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A650CE is #59AF31. Grayscale: #777777. Windows color (decimal): -5877554 or 13521062. OLE color: 13521062.

HSL color Cylindrical-coordinate representation of color #A650CE: hue angle of 280.95º 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 #A650CE is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 80 206 -
CMYK 0.19 0.61 0 0.19
HSL 280.95º 0.56% 0.56% -
HSV(B) 280.95º 0.61% 0.81% -
XYZ 29.74 18.3 60.36 -
YUV 120.08 176.49 160.75 -
System Red Green Blue C M Y K H S L
Decimal 166 80 206 0.19 0.61 0 0.19 280.95 0.56 0.56
Hex A6 50 CE 13 3D 0 13 119 38 38
Octal 246 120 316 23 75 0 23 431 70 70
Binary 10100110 1010000 11001110 10011 111101 0 10011 100011001 111000 111000

Color Harmonies of #A650CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A650CE

Black with #A650CE

Text Example


Text Example

White with #A650CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A650CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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